Skip to content

Commit

Permalink
remove PyYAML requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyates committed Jul 10, 2020
1 parent d008bb1 commit b31f2ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b31f2ab

Please sign in to comment.