Skip to content

Commit

Permalink
Merge pull request #571 from fractal-analytics-platform/570-fix-error…
Browse files Browse the repository at this point in the history
…-in-yokogawa-to-zarr-due-to-pillow-version

Test pillow 10.1 (ref #570)
  • Loading branch information
tcompa committed Oct 16, 2023
2 parents e7c48fc + 894a521 commit c6d46dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
**Note**: Numbers like (\#123) point to closed Pull Requests on the fractal-tasks-core repository.

# Unreleased

* Restrict `Pillow` version to `<10.1` (\#571).

# 0.12.2

* Relax `check_valid_ROI_indices` to support search-first scenario (\#555).
Expand Down
18 changes: 10 additions & 8 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 c6d46dd

Please sign in to comment.