Skip to content

Commit

Permalink
Unpin Dask since slowdown issue was addressed in 2024.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Oct 28, 2024
1 parent bc9d699 commit 5498607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements-numpy2.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy < 2.1
xarray
dask[array] >= 2023.01.0, <= 2024.8.0
distributed >= 2023.01.0, <= 2024.8.0
dask[array] >= 2023.01.0, != 2024.8.1, != 2024.9.*
distributed >= 2023.01.0, != 2024.8.1, != 2024.9.*
dask-ml
scipy
typing-extensions
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy < 2
xarray
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
distributed >= 2023.01.0, <= 2024.8.0
dask[array,dataframe] >= 2023.01.0, != 2024.8.1, != 2024.9.*
distributed >= 2023.01.0, != 2024.8.1, != 2024.9.*
dask-ml
scipy
typing-extensions
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ python_requires = >=3.9
install_requires =
numpy < 2
xarray
dask[array,dataframe] >= 2022.01.0, <= 2024.8.0
distributed >= 2022.01.0, <= 2024.8.0
dask[array,dataframe] >= 2022.01.0, != 2024.8.1, != 2024.9.*
distributed >= 2022.01.0, != 2024.8.1, != 2024.9.*
dask-ml
scipy
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3
Expand Down

0 comments on commit 5498607

Please sign in to comment.