Skip to content

Commit

Permalink
(fix): upper bound zarr (#935)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Treis <[email protected]>
  • Loading branch information
ilan-gold and timtreis authored Jan 18, 2025
1 parent 6717cf0 commit 4750ce5
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 @@ -73,7 +73,7 @@ dependencies = [
"tqdm>=4.50.2",
"validators>=0.18.2",
"xarray>=0.16.1,<2024.10.0",
"zarr>=2.6.1",
"zarr>=2.6.1,<3.0.0",
"spatialdata>=0.2.5",
]

Expand Down

0 comments on commit 4750ce5

Please sign in to comment.