We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b818d32 commit b079a96Copy full SHA for b079a96
setup.py
@@ -112,7 +112,7 @@ def get_dist(pkgname):
112
113
# Excluding 8.3.* because of https://github.com/pytorch/vision/issues/4934
114
# TODO remove <11.3 bound and address corresponding deprecation warnings
115
- pillow_ver = " >= 5.3.0, !=8.3.*, <11.3"
+ pillow_ver = " >= 5.3.0, !=8.3.*"
116
pillow_req = "pillow-simd" if get_dist("pillow-simd") is not None else "pillow"
117
requirements.append(pillow_req + pillow_ver)
118
0 commit comments