Skip to content

Commit

Permalink
Update zarr requirement from <3.0.0,>=2.14 to >=2.14,<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@v2.14.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 5315399 commit ef27580
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 @@ -20,7 +20,7 @@ dynamic = [
]
dependencies = [
"asdf >= 3.1.0",
"zarr >= 2.14, < 3.0.0",
"zarr >= 2.14, < 4.0.0",
"fsspec",
]

Expand Down

0 comments on commit ef27580

Please sign in to comment.