From 51d47d8d16d80dc77ebdd63c4b053d743fb78284 Mon Sep 17 00:00:00 2001 From: BrianMichell Date: Wed, 22 Apr 2026 18:59:46 +0000 Subject: [PATCH] Add upper limit of zarr version pending PyPi release for feature: https://github.com/zarr-developers/zarr-python/pull/3781 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a168d40c..70d8792c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "tqdm>=4.67.1", "universal-pathlib>=0.3.3", "xarray>=2025.10.1", - "zarr>=3.1.3", + "zarr>=3.1.3,<=3.1.6", ] [project.optional-dependencies]