From b5a2784592327cea5ab7d78a77834ffa929f7a4d Mon Sep 17 00:00:00 2001 From: Heshy Roskes Date: Fri, 14 Feb 2025 10:21:10 -0500 Subject: [PATCH] Require zarr v2 Currently, the module won't even import using zarr v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03b7e06..2d2dff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "python-dateutil", "spatial_image>=0.2.1", "xarray>=2024.10.0", - "zarr", + "zarr>=2,<3", ] [project.urls]