Skip to content

Commit 3fdaef8

Browse files
upper bound for zarr
1 parent 8f46c9c commit 3fdaef8

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
@@ -59,7 +59,7 @@ video = [
5959
"opencv-python>=4.9.0.80",
6060
]
6161
zarr = [
62-
"zarr>=2.17.2",
62+
"zarr>=2.17.2,<3.0.0",
6363
]
6464
arrays = [
6565
"numpydantic[dask,hdf5,zarr,video]"

0 commit comments

Comments
 (0)