Skip to content

Commit

Permalink
Pin Pillow until incompatibility with imageio is fixed. (scikit-image…
Browse files Browse the repository at this point in the history
…#7208)

A Pillow update (10.1.0) breaks for most recent imageio (<=2.31.5).
See imageio/imageio#1044 [1] for the upstream issue.

[1] imageio/imageio#1044
  • Loading branch information
lagru committed Oct 16, 2023
1 parent 80f6f8e commit e6cb9a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
'numpy>=1.22',
'scipy>=1.8',
'networkx>=2.8',
'pillow>=9.0.1',
'pillow>=9.0.1,<10.1.0',
'imageio>=2.27',
'tifffile>=2022.8.12',
'packaging>=21',
Expand Down
2 changes: 1 addition & 1 deletion requirements/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
numpy>=1.22
scipy>=1.8
networkx>=2.8
pillow>=9.0.1
pillow>=9.0.1,<10.1.0
imageio>=2.27
tifffile>=2022.8.12
packaging>=21
Expand Down

0 comments on commit e6cb9a9

Please sign in to comment.