Skip to content

Commit

Permalink
Pin Dask to fix slow main build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Sep 2, 2024
1 parent 79b3ac2 commit ee90b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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] >= 2023.01.0
distributed >= 2023.01.0
dask[array] >= 2023.01.0, <= 2024.8.0
distributed >= 2023.01.0, <= 2024.8.0
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 @@ -29,8 +29,8 @@ python_requires = >=3.9
install_requires =
numpy < 2
xarray
dask[array] >= 2022.01.0
distributed >= 2022.01.0
dask[array] >= 2022.01.0, <= 2024.8.0
distributed >= 2022.01.0, <= 2024.8.0
dask-ml
scipy
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3
Expand Down

0 comments on commit ee90b6e

Please sign in to comment.