From e98dbb21fbb672b7aaa9b04078928a0d0cd9d4f7 Mon Sep 17 00:00:00 2001 From: ZeevRispler Date: Wed, 11 Jun 2025 11:36:46 +0300 Subject: [PATCH] update mlflow version --- mlflow_utils/item.yaml | 2 +- mlflow_utils/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mlflow_utils/item.yaml b/mlflow_utils/item.yaml index bda09c5b..06dc2528 100644 --- a/mlflow_utils/item.yaml +++ b/mlflow_utils/item.yaml @@ -24,7 +24,7 @@ spec: image: mlrun/mlrun kind: serving requirements: - - mlflow==2.12.2 + - mlflow==2.20.3 - lightgbm - xgboost url: '' diff --git a/mlflow_utils/requirements.txt b/mlflow_utils/requirements.txt index 2a40b1a8..18395000 100644 --- a/mlflow_utils/requirements.txt +++ b/mlflow_utils/requirements.txt @@ -1,3 +1,3 @@ -mlflow==2.20.2 +mlflow==2.20.3 lightgbm xgboost