Skip to content

Commit

Permalink
Pin pillow<10.1.0 until imageio is fixed
Browse files Browse the repository at this point in the history
Pillow 10.1.0 introduces incompatabilities with scikit-image.

Revert when
scikit-image/scikit-image#7207
imageio/imageio#1044
is fixed.
  • Loading branch information
sitic committed Oct 19, 2023
1 parent aaa3c82 commit 2b43faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"matplotlib",
"scipy",
"scikit-image",
"pillow<10.1.0", # Remove when https://github.com/scikit-image/scikit-image/issues/7207 is fixed
"scikit-video",
"tqdm",
"pooch",
Expand Down

0 comments on commit 2b43faa

Please sign in to comment.