Skip to content

Commit f66d804

Browse files
committed
Pin zarr < 2.11.0 due to sgkit-dev#828
1 parent d9c5c9a commit f66d804

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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install_requires =
3232
distributed >= 2021.10.0, <= 2022.01.0
3333
dask-ml
3434
scipy
35-
zarr
35+
zarr >= 2.10.0, < 2.11.0
3636
numba
3737
typing-extensions
3838
fsspec != 2021.6.*

0 commit comments

Comments
 (0)