Skip to content

Commit 379f1fc

Browse files
authored
Merge pull request #770 from thewtex/constrain-zarr-2
COMP: Constrain zarr dep to v2 until v3 support ready
2 parents d0125be + e00b536 commit 379f1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"ngff-zarr >= 0.8.7; sys_platform != \"emscripten\"",
4444
"ngff-zarr[dask-image] >= 0.8.7; sys_platform == \"emscripten\"",
4545
"numcodecs",
46-
"zarr",
46+
"zarr < 3",
4747
]
4848

4949
[tool.hatch.version]

0 commit comments

Comments
 (0)