Skip to content

Commit 28996ee

Browse files
2timesjayfacebook-github-bot
authored andcommitted
Unpin pillow version (#245)
Summary: Pull Request resolved: #245 With Torchvision new release, it's not longer necessary to restrict the pillow version Reviewed By: ldworkin Differential Revision: D19431825 fbshipit-source-id: c9d320dcd067401d2e49d194657038f7e368c06f
1 parent f65b3ff commit 28996ee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
"pytest-cov",
2626
"sphinx",
2727
"sphinx-autodoc-typehints",
28-
"torchvision",
29-
# TODO(jej): Remove pillow from dependencies after torchvision includes the
30-
# following change: https://github.com/pytorch/vision/pull/1501.
31-
"pillow<7",
28+
"torchvision>=0.5.0",
3229
]
3330

3431
MYSQL_REQUIRES = ["SQLAlchemy>=1.1.13"]

0 commit comments

Comments
 (0)