From 1ccdc529c93d104c5daa7cff93cb0f707b02fe04 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Wed, 10 Apr 2024 05:18:26 +0200 Subject: [PATCH] ML: Update to mlflow-cratedb 2.11.3 This also fixes an incompatibility with Python 3.11.9. --- topic/machine-learning/automl/requirements.txt | 2 +- topic/machine-learning/mlops-mlflow/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topic/machine-learning/automl/requirements.txt b/topic/machine-learning/automl/requirements.txt index dbbb18b0..615397c0 100644 --- a/topic/machine-learning/automl/requirements.txt +++ b/topic/machine-learning/automl/requirements.txt @@ -2,7 +2,7 @@ crate[sqlalchemy] dask>=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.10.2 +mlflow-cratedb==2.11.3 plotly<5.21 pycaret[models,parallel,test]==3.3.0 pydantic<2 diff --git a/topic/machine-learning/mlops-mlflow/requirements.txt b/topic/machine-learning/mlops-mlflow/requirements.txt index a9d20a3f..227116b8 100644 --- a/topic/machine-learning/mlops-mlflow/requirements.txt +++ b/topic/machine-learning/mlops-mlflow/requirements.txt @@ -1,6 +1,6 @@ # Real. dask>=2024.4.1 # Python 3.11.9 breaks previous Dask -mlflow-cratedb==2.10.2 +mlflow-cratedb==2.11.3 pydantic<3 salesforce-merlion>=2,<3