Skip to content

Commit 66e4bda

Browse files
Pin Zarr to < 3
Closes #250
1 parent 31a5935 commit 66e4bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
]
1313
dependencies = [
1414
"numpy",
15-
"zarr >= 2.17",
15+
"zarr >= 2.17,< 3",
1616
"click",
1717
"tabulate",
1818
"tqdm",

0 commit comments

Comments
 (0)