Skip to content

Commit

Permalink
fix zarr version to 2
Browse files Browse the repository at this point in the history
zarr version 3 breaks a few things, we should probably update, but after the libraries we depend on update to support ome-zarr
  • Loading branch information
pattonw committed Jan 13, 2025
1 parent 0b67093 commit fbea400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = []
dependencies = [
"funlib.geometry",
"networkx",
"zarr",
"zarr>=2,<3",
"pymongo",
"numpy",
"h5py",
Expand Down

0 comments on commit fbea400

Please sign in to comment.