Skip to content

Commit ee90b6e

Browse files
committed
Pin Dask to fix slow main build
1 parent 79b3ac2 commit ee90b6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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 < 2
22
xarray
3-
dask[array] >= 2023.01.0
4-
distributed >= 2023.01.0
3+
dask[array] >= 2023.01.0, <= 2024.8.0
4+
distributed >= 2023.01.0, <= 2024.8.0
55
dask-ml
66
scipy
77
typing-extensions

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ python_requires = >=3.9
2929
install_requires =
3030
numpy < 2
3131
xarray
32-
dask[array] >= 2022.01.0
33-
distributed >= 2022.01.0
32+
dask[array] >= 2022.01.0, <= 2024.8.0
33+
distributed >= 2022.01.0, <= 2024.8.0
3434
dask-ml
3535
scipy
3636
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3

0 commit comments

Comments
 (0)