From a64862c9e985acabd023f0f9e67a2f62863e9f71 Mon Sep 17 00:00:00 2001 From: Christian Versloot WSL2 Date: Wed, 31 Jul 2024 10:47:35 +0200 Subject: [PATCH 1/2] Bump mlflow to 2.15.0 --- src/zenml/integrations/mlflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zenml/integrations/mlflow/__init__.py b/src/zenml/integrations/mlflow/__init__.py index 7c53c22645b..d2ee60e3406 100644 --- a/src/zenml/integrations/mlflow/__init__.py +++ b/src/zenml/integrations/mlflow/__init__.py @@ -33,7 +33,7 @@ class MlflowIntegration(Integration): NAME = MLFLOW REQUIREMENTS = [ - "mlflow>=2.1.1,<=2.14.2", + "mlflow>=2.1.1,<=2.15.0", "mlserver>=1.3.3", "mlserver-mlflow>=1.3.3", # TODO: remove this requirement once rapidjson is fixed From 21b609d185fdd0ad5731a0f3268d4b87c204e184 Mon Sep 17 00:00:00 2001 From: Hamza Tahir Date: Wed, 7 Aug 2024 11:42:11 +0200 Subject: [PATCH 2/2] Update src/zenml/integrations/mlflow/__init__.py --- src/zenml/integrations/mlflow/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zenml/integrations/mlflow/__init__.py b/src/zenml/integrations/mlflow/__init__.py index d2ee60e3406..9453ab39964 100644 --- a/src/zenml/integrations/mlflow/__init__.py +++ b/src/zenml/integrations/mlflow/__init__.py @@ -33,7 +33,7 @@ class MlflowIntegration(Integration): NAME = MLFLOW REQUIREMENTS = [ - "mlflow>=2.1.1,<=2.15.0", + "mlflow>=2.1.1,<3", "mlserver>=1.3.3", "mlserver-mlflow>=1.3.3", # TODO: remove this requirement once rapidjson is fixed