Skip to content

Commit 7fd8bc0

Browse files
authored
Pin dask to 2024.4.1 to avoid error during dask.dataframe import with python 3.11.9 (#363)
dask/dask#11035
1 parent b23b615 commit 7fd8bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def run_tests(self):
2929
history = history_file.read()
3030

3131
requirements = [
32-
"dask[array] >=2023.2.0",
33-
"dask[dataframe] >=2023.2.0",
32+
"dask[array] >=2024.4.1",
33+
"dask[dataframe] >=2024.4.1",
3434
"numpy >=1.18",
3535
"scipy >=1.7.0",
3636
"pims >=0.4.1",

0 commit comments

Comments
 (0)