Skip to content

Commit

Permalink
Restrict Pillow version to <10.1 (ref #570)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Oct 16, 2023
1 parent c24a5d8 commit 4ff41b8
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 57 deletions.
112 changes: 56 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docstring-parser = "^0.15"
anndata = ">=0.8.0,<=0.9.1"

# Optional dependencies (used in extras)
Pillow = { version = ">=9.1.1,<11.0.0", optional = true }
Pillow = { version = ">=9.1.1,<10.1.0", optional = true }
imageio-ffmpeg = { version = "^0.4.7", optional = true }
scikit-image = { version = ">=0.19", optional = true }
napari-segment-blobs-and-things-with-membranes = { version = "^0.3.3", optional = true }
Expand Down

0 comments on commit 4ff41b8

Please sign in to comment.