Skip to content

Commit

Permalink
Pin dask to 2024.4.1 to avoid error during dask.dataframe import with…
Browse files Browse the repository at this point in the history
… python 3.11.9 (#363)

dask/dask#11035
  • Loading branch information
m-albert authored May 14, 2024
1 parent b23b615 commit 7fd8bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def run_tests(self):
history = history_file.read()

requirements = [
"dask[array] >=2023.2.0",
"dask[dataframe] >=2023.2.0",
"dask[array] >=2024.4.1",
"dask[dataframe] >=2024.4.1",
"numpy >=1.18",
"scipy >=1.7.0",
"pims >=0.4.1",
Expand Down

0 comments on commit 7fd8bc0

Please sign in to comment.