From 8d3dd5f88f65f1019d6b27cf37ec4d7cea24e05c Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Thu, 9 Jan 2025 12:50:06 -0500 Subject: [PATCH] Pin zarr<3 because awaiting zarr#2619 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 869a63dea..6dca7d5a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ all = [ "uvicorn[standard]", "watchfiles", "xarray", - "zarr", + "zarr <=3", "zstandard", ] # These are needed by the client and server to transmit/receive arrays. @@ -219,7 +219,7 @@ minimal-server = [ "starlette", "typer", "uvicorn[standard]", - "zarr", + "zarr <=3", ] # This is the "kichen sink" fully-featured server dependency set. server = [ @@ -270,7 +270,7 @@ server = [ "typer", "uvicorn[standard]", "xarray", - "zarr", + "zarr <=3", "zstandard", ] # These are needed by the client and server to transmit/receive sparse arrays.