Skip to content

Commit

Permalink
Backout pillow=8.3.0 due to a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
timhoffm committed Jul 2, 2021
1 parent cccb566 commit 5b06af3
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 @@ -328,7 +328,7 @@ def make_release_tree(self, base_dir, files):
"kiwisolver>=1.0.1",
"numpy>=1.17",
"packaging>=20.0",
"pillow>=6.2.0",
"pillow>=6.2.0,!=8.3.0",
"pyparsing>=2.2.1",
"python-dateutil>=2.7",
] + (
Expand Down

0 comments on commit 5b06af3

Please sign in to comment.