Skip to content

Commit c54ab87

Browse files
committed
Fix incompatibility with Python 3.11.9 and Dask
... by explicitly updating to dask 2024.4.1 and higher.
1 parent 3f70123 commit c54ab87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ dependencies = [
7979
"crash",
8080
"crate[sqlalchemy]>=0.34",
8181
"cratedb-toolkit==0.0.10",
82+
"dask>=2024.4.1",
8283
"joblib<1.4",
8384
"mlflow==2.11.3",
8485
"sqlparse<0.5",

0 commit comments

Comments
 (0)