Skip to content

Commit b079a96

Browse files
committed
CI Test: probe PIL warnings
1 parent b818d32 commit b079a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_dist(pkgname):
112112

113113
# Excluding 8.3.* because of https://github.com/pytorch/vision/issues/4934
114114
# TODO remove <11.3 bound and address corresponding deprecation warnings
115-
pillow_ver = " >= 5.3.0, !=8.3.*, <11.3"
115+
pillow_ver = " >= 5.3.0, !=8.3.*"
116116
pillow_req = "pillow-simd" if get_dist("pillow-simd") is not None else "pillow"
117117
requirements.append(pillow_req + pillow_ver)
118118

0 commit comments

Comments
 (0)