Skip to content

Commit 32f4cae

Browse files
committed
Update Dask to 2024.4.1
Python 3.11.9 breaks previous Dask.
1 parent e9e59f3 commit 32f4cae

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

topic/machine-learning/automl/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Real.
22
crate[sqlalchemy]
3+
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
34
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
45
mlflow-cratedb==2.10.2
56
plotly<5.21

topic/machine-learning/mlops-mlflow/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Real.
2+
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
23
mlflow-cratedb==2.10.2
34
pydantic<3
45
salesforce-merlion>=2,<3

topic/timeseries/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
crate[sqlalchemy]==0.35.2
22
cratedb-toolkit[datasets]==0.0.8
3+
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
34
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
45
refinitiv-data<1.7
56
pandas<2

0 commit comments

Comments
 (0)