Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey authored Jul 7, 2021
1 parent bb2a280 commit 2b99f53
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 @@ -66,7 +66,7 @@ def prerelease_local_scheme(version):
# We don't pin the version of Pillow, as anything newer than 3.0
# probably works, though we'd rather have the latest. 8.3.0 won't
# save jpeg compressed tiffs properly.
'Pillow!=8.3.0',
'Pillow!=8.3.0,!=8.3.1',
'psutil>=4.2.0', # technically optional
'numpy>=1.10.4',
],
Expand Down

0 comments on commit 2b99f53

Please sign in to comment.