Skip to content

Commit 93af9a2

Browse files
tomwhitemergify[bot]
authored andcommitted
Don't use Dask 2022.01.1 since it breaks rechunker
1 parent 46b2725 commit 93af9a2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy < 1.22
22
xarray
3-
dask[array] >= 2021.10.0
4-
distributed >= 2021.10.0
3+
dask[array] >= 2021.10.0, <= 2022.01.0
4+
distributed >= 2021.10.0, <= 2022.01.0
55
dask-ml
66
scipy
77
typing-extensions

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ python_requires = >=3.7
2828
install_requires =
2929
numpy < 1.22
3030
xarray
31-
dask[array] >= 2021.10.0
32-
distributed >= 2021.10.0
31+
dask[array] >= 2021.10.0, <= 2022.01.0
32+
distributed >= 2021.10.0, <= 2022.01.0
3333
dask-ml
3434
scipy
3535
zarr
3636
numba
3737
typing-extensions
3838
fsspec != 2021.6.*
3939
scikit-learn
40+
pandas < 1.4.0
4041
setuptools >= 41.2 # For pkg_resources
4142
setup_requires =
4243
setuptools >= 41.2

0 commit comments

Comments
 (0)