From aa5f6c23a216f9faed4c9b35a06cc25eaec61f30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:24:24 +0000 Subject: [PATCH] chore(deps): update dependency mlflow to v2.19.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..764abd0 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.19.0 numpy pyarrow requests diff --git a/tests/notebooks/cpu/mlflow-kserve/requirements.in b/tests/notebooks/cpu/mlflow-kserve/requirements.in index 7eebfe9..d2efdb8 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.19.0 numpy pyarrow requests diff --git a/tests/notebooks/cpu/mlflow/requirements.in b/tests/notebooks/cpu/mlflow/requirements.in index d838f69..be0e7b2 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.19.0 scikit-learn tenacity