Skip to content

Commit 5498607

Browse files
committed
Unpin Dask since slowdown issue was addressed in 2024.10.0
1 parent bc9d699 commit 5498607

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements-numpy2.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy < 2.1
22
xarray
3-
dask[array] >= 2023.01.0, <= 2024.8.0
4-
distributed >= 2023.01.0, <= 2024.8.0
3+
dask[array] >= 2023.01.0, != 2024.8.1, != 2024.9.*
4+
distributed >= 2023.01.0, != 2024.8.1, != 2024.9.*
55
dask-ml
66
scipy
77
typing-extensions

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,dataframe] >= 2023.01.0, <= 2024.8.0
4-
distributed >= 2023.01.0, <= 2024.8.0
3+
dask[array,dataframe] >= 2023.01.0, != 2024.8.1, != 2024.9.*
4+
distributed >= 2023.01.0, != 2024.8.1, != 2024.9.*
55
dask-ml
66
scipy
77
typing-extensions

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ python_requires = >=3.9
3030
install_requires =
3131
numpy < 2
3232
xarray
33-
dask[array,dataframe] >= 2022.01.0, <= 2024.8.0
34-
distributed >= 2022.01.0, <= 2024.8.0
33+
dask[array,dataframe] >= 2022.01.0, != 2024.8.1, != 2024.9.*
34+
distributed >= 2022.01.0, != 2024.8.1, != 2024.9.*
3535
dask-ml
3636
scipy
3737
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3

0 commit comments

Comments
 (0)