Skip to content

Commit 155fbb7

Browse files
committed
Pin to Zarr < 3
1 parent 8671d16 commit 155fbb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, != 2.11.1, != 2.11.2
9+
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3
1010
fsspec != 2021.6.*
1111
scikit-learn
1212
pandas

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_requires =
3333
distributed >= 2022.01.0
3434
dask-ml
3535
scipy
36-
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2
36+
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3
3737
numba
3838
typing-extensions
3939
fsspec != 2021.6.*

0 commit comments

Comments
 (0)