Skip to content

Commit a005d1a

Browse files
Update zarr requirement from <3.0 to <4.0 in the pip-updates group
Updates the requirements on [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version. Updates `zarr` to 3.0.0 - [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 dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a144c25 commit a005d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"s3fs",
3535
"tensorflow",
3636
"torch",
37-
"zarr<3.0",
37+
"zarr<4.0",
3838
]
3939
tensorflow = ["tensorflow"]
4040
torch = ["torch"]

0 commit comments

Comments
 (0)