We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b2725 commit 93af9a2Copy full SHA for 93af9a2
requirements.txt
@@ -1,7 +1,7 @@
1
numpy < 1.22
2
xarray
3
-dask[array] >= 2021.10.0
4
-distributed >= 2021.10.0
+dask[array] >= 2021.10.0, <= 2022.01.0
+distributed >= 2021.10.0, <= 2022.01.0
5
dask-ml
6
scipy
7
typing-extensions
setup.cfg
@@ -28,15 +28,16 @@ python_requires = >=3.7
28
install_requires =
29
30
31
- dask[array] >= 2021.10.0
32
- distributed >= 2021.10.0
+ dask[array] >= 2021.10.0, <= 2022.01.0
+ distributed >= 2021.10.0, <= 2022.01.0
33
34
35
zarr
36
numba
37
38
fsspec != 2021.6.*
39
scikit-learn
40
+ pandas < 1.4.0
41
setuptools >= 41.2 # For pkg_resources
42
setup_requires =
43
setuptools >= 41.2
0 commit comments