Skip to content

Commit dedb83e

Browse files
committed
Exclude broken zarr versions, due to sgkit-dev#828
1 parent abba58d commit dedb83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dask-ml
66
scipy
77
typing-extensions
88
numba
9-
zarr >= 2.10.0, < 2.11.0
9+
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2
1010
fsspec != 2021.6.*
1111
scikit-learn
1212
pandas < 1.4.0

0 commit comments

Comments
 (0)