From df28f8764865943dba5aa7d6cd00e64c5cbc6a1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 08:04:32 +0000 Subject: [PATCH] chore(deps): update dependency mlflow to v2.18.0 --- tests/notebooks/cpu/e2e-wine/requirements.in | 2 +- tests/notebooks/cpu/mlflow-kserve/requirements.in | 2 +- tests/notebooks/cpu/mlflow/requirements.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/notebooks/cpu/e2e-wine/requirements.in b/tests/notebooks/cpu/e2e-wine/requirements.in index 20b5061..182a60b 100644 --- a/tests/notebooks/cpu/e2e-wine/requirements.in +++ b/tests/notebooks/cpu/e2e-wine/requirements.in @@ -4,7 +4,7 @@ kfp==2.5.0 # pin to <7.0 to avoid breaking changes in sdk minio<7.0 # pin the client to match the version of the deployed MLflow server -mlflow==2.15.1 +mlflow==2.18.0 numpy pyarrow requests diff --git a/tests/notebooks/cpu/mlflow-kserve/requirements.in b/tests/notebooks/cpu/mlflow-kserve/requirements.in index 7eebfe9..c89bfdd 100644 --- a/tests/notebooks/cpu/mlflow-kserve/requirements.in +++ b/tests/notebooks/cpu/mlflow-kserve/requirements.in @@ -2,7 +2,7 @@ boto3 # pin to <7.0 to avoid breaking changes in sdk minio<7.0 # pin the client to match the version of the deployed MLflow server -mlflow==2.15.1 +mlflow==2.18.0 numpy pyarrow requests diff --git a/tests/notebooks/cpu/mlflow/requirements.in b/tests/notebooks/cpu/mlflow/requirements.in index d838f69..a7f0514 100644 --- a/tests/notebooks/cpu/mlflow/requirements.in +++ b/tests/notebooks/cpu/mlflow/requirements.in @@ -2,6 +2,6 @@ boto3 # pin to <7.0 to avoid breaking changes in sdk minio<7.0 # pin the client to match the version of the deployed MLflow server -mlflow==2.15.1 +mlflow==2.18.0 scikit-learn tenacity