From b31f2ab324b7add54a5598a549618f9cf9eaa407 Mon Sep 17 00:00:00 2001 From: Andrew Yates Date: Fri, 10 Jul 2020 17:46:46 +0200 Subject: [PATCH] remove PyYAML requirement --- requirements.txt | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2130683b9..a84cfb48b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ # install pytorch 1.2 from conda cython pre-commit -PyYAML==5.1.1 profane>=0.1.6 SQLAlchemy>=1.3.5 sqlalchemy-utils diff --git a/setup.py b/setup.py index be63f6d95..3a3d543a8 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,6 @@ def get_version(rel_path): "torchvision==0.5", "cython", "pre-commit", - "PyYAML==5.1.1", "profane>=0.1.6", "SQLAlchemy", "sqlalchemy-utils",