Skip to content

Commit 40486d6

Browse files
committed
TSML dependencies: Explicitly add distributed
1 parent caab2b2 commit 40486d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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

0 commit comments

Comments
 (0)