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.
2 parents ceb4571 + 30f4d10 commit 4299eb3Copy full SHA for 4299eb3
setup.py
@@ -62,8 +62,8 @@ def write_version_file():
62
pytorch_dep,
63
]
64
65
-# Excluding 8.3.0 because of https://github.com/pytorch/vision/issues/4146
66
-pillow_ver = " >= 5.3.0, !=8.3.0"
+# Excluding 8.3.* because of https://github.com/pytorch/vision/issues/4934
+pillow_ver = " >= 5.3.0, !=8.3.*"
67
pillow_req = "pillow-simd" if get_dist("pillow-simd") is not None else "pillow"
68
requirements.append(pillow_req + pillow_ver)
69
0 commit comments