From 40486d661ba63df4de96b82d31d3dcb167d01d38 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 10 Apr 2024 14:32:56 +0200 Subject: [PATCH] TSML dependencies: Explicitly add `distributed` --- topic/machine-learning/automl/requirements.txt | 1 + topic/machine-learning/mlops-mlflow/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index 615397c0..04e16cb5 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -1,6 +1,7 @@ # Real. crate[sqlalchemy] dask>=2024.4.1 # Python 3.11.9 breaks previous Dask +distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask joblib<1.4 # Joblib 1.4.0 is not compatible with PyCaret 3.3.0 mlflow-cratedb==2.11.3 plotly<5.21 diff --git a/topic/machine-learning/mlops-mlflow/requirements.txt b/topic/machine-learning/mlops-mlflow/requirements.txt index 227116b8..49788362 100644 --- a/topic/machine-learning/mlops-mlflow/requirements.txt +++ b/topic/machine-learning/mlops-mlflow/requirements.txt @@ -1,5 +1,6 @@ # Real. dask>=2024.4.1 # Python 3.11.9 breaks previous Dask +distributed>=2024.4.1 # Python 3.11.9 breaks previous Dask mlflow-cratedb==2.11.3 pydantic<3 salesforce-merlion>=2,<3