Skip to content

Commit bada729

Browse files
updating dask version so that it can work on python 3.11
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
1 parent 29585f2 commit bada729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"fastapi>=0.68.0",
6666
"uvicorn[standard]>=0.14.0,<1",
6767
"gunicorn; platform_system != 'Windows'",
68-
"dask[dataframe]>=2021.1.0",
68+
"dask[dataframe]>=2024.4.2",
6969
"bowler", # Needed for automatic repo upgrades
7070
]
7171

0 commit comments

Comments
 (0)