Skip to content

Commit

Permalink
updating dask version so that it can work on python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
  • Loading branch information
lokeshrangineni committed Apr 25, 2024
1 parent 29585f2 commit bada729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"fastapi>=0.68.0",
"uvicorn[standard]>=0.14.0,<1",
"gunicorn; platform_system != 'Windows'",
"dask[dataframe]>=2021.1.0",
"dask[dataframe]>=2024.4.2",
"bowler", # Needed for automatic repo upgrades
]

Expand Down

0 comments on commit bada729

Please sign in to comment.