Skip to content

Commit 883c9c2

Browse files
authored
Add upper limit of zarr version pending PyPi release for feature: zarr-developers/zarr-python#3781 (#812)
1 parent 2e3abe1 commit 883c9c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"tqdm>=4.67.1",
3232
"universal-pathlib>=0.3.3",
3333
"xarray>=2025.10.1",
34-
"zarr>=3.1.3",
34+
"zarr>=3.1.3,<=3.1.6",
3535
]
3636

3737
[project.optional-dependencies]

0 commit comments

Comments
 (0)