Skip to content

Commit

Permalink
Chore(deps): Update zarr requirement from <3.0.0 to <4.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version.
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release-notes.rst)
- [Commits](zarr-developers/zarr-python@v0.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: zarr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 0f49fcc commit ce21707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
'pyyaml<=6.0.2,!=6.0.0',
'typer>=0.12.3,<=0.15.1',
'scikit-image<=0.25.0',
'zarr<3.0.0',
'zarr<4.0.0',
'pillow<=11.0.0',
]

Expand Down

0 comments on commit ce21707

Please sign in to comment.