Skip to content

Commit 147fc6c

Browse files
committed
TSML dependencies: Explicitly add dask-expr and distributed
1 parent caab2b2 commit 147fc6c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

topic/machine-learning/automl/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Real.
22
crate[sqlalchemy]
33
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
4+
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
45
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
56
mlflow-cratedb==2.11.3
67
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,5 +1,6 @@
11
# Real.
22
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
3+
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
34
mlflow-cratedb==2.11.3
45
pydantic<3
56
salesforce-merlion>=2,<3

topic/timeseries/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
crate[sqlalchemy]==0.35.2
22
cratedb-toolkit[datasets]==0.0.8
33
dask>=2024.4.1 # Python 3.11.9 breaks previous Dask
4+
dask-expr==1.0.11
5+
distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask
46
joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0
57
refinitiv-data<1.7
68
pandas<2

0 commit comments

Comments
 (0)