Skip to content

Commit fbea400

Browse files
committed
fix zarr version to 2
zarr version 3 breaks a few things, we should probably update, but after the libraries we depend on update to support ome-zarr
1 parent 0b67093 commit fbea400

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
@@ -20,7 +20,7 @@ keywords = []
2020
dependencies = [
2121
"funlib.geometry",
2222
"networkx",
23-
"zarr",
23+
"zarr>=2,<3",
2424
"pymongo",
2525
"numpy",
2626
"h5py",

0 commit comments

Comments
 (0)