From c18dfd1340c4e511d32ae5f0fcf28d2254e788ea Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Sun, 8 Mar 2026 17:28:14 -0400 Subject: [PATCH] Constrain zarr dependency to <3.0 Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c059671..34bfdf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ readme = "README.md" requires-python = ">=3.8" dependencies = [ - "zarr>=2.16.1", + "zarr>=2.16.1,<3", "h5py>=3.10.0", "requests>=2.31.0", "tqdm>=4.66.4",