Skip to content

Commit

Permalink
Revert "pin Pillow<10.1"
Browse files Browse the repository at this point in the history
This reverts commit 5d73fe2.
  • Loading branch information
pmeier committed Oct 18, 2023
1 parent 5d73fe2 commit f0237bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def write_version_file():
]

# Excluding 8.3.* because of https://github.com/pytorch/vision/issues/4934
pillow_ver = " >= 5.3.0, !=8.3.*, < 10.1"
pillow_ver = " >= 5.3.0, !=8.3.*"
pillow_req = "pillow-simd" if get_dist("pillow-simd") is not None else "pillow"
requirements.append(pillow_req + pillow_ver)

Expand Down

0 comments on commit f0237bf

Please sign in to comment.