From a005d1a6cc00105e6d821d994db07ae5c59d7580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 01:44:08 +0000 Subject: [PATCH] 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](https://github.com/zarr-developers/zarr-python/compare/v0.0.0...v3.0.0) --- updated-dependencies: - dependency-name: zarr dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e44c62a..4c340ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ "s3fs", "tensorflow", "torch", - "zarr<3.0", + "zarr<4.0", ] tensorflow = ["tensorflow"] torch = ["torch"]