Skip to content

Commit

Permalink
Pin zarr<3 because awaiting zarr#2619
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 9, 2025
1 parent b3f948e commit 8d3dd5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -219,7 +219,7 @@ minimal-server = [
"starlette",
"typer",
"uvicorn[standard]",
"zarr",
"zarr <=3",
]
# This is the "kichen sink" fully-featured server dependency set.
server = [
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 8d3dd5f

Please sign in to comment.