From c14c78b1613a84865f9432de4e4ef26ec4027911 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:01:27 +0000 Subject: [PATCH] chore(deps): update dependency scikit-learn to <1.6 --- tests/notebooks/e2e-wine/requirements.in | 2 +- tests/notebooks/mlflow-kserve/requirements.in | 2 +- tests/notebooks/mlflow-kserve/requirements.txt | 1 + tests/notebooks/mlflow/requirements.in | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/notebooks/e2e-wine/requirements.in b/tests/notebooks/e2e-wine/requirements.in index 7ec99c2..7bf2559 100644 --- a/tests/notebooks/e2e-wine/requirements.in +++ b/tests/notebooks/e2e-wine/requirements.in @@ -10,5 +10,5 @@ numpy pyarrow requests # pin to ensure compatibility with the installed mlflow client -scikit-learn<1.2 +scikit-learn<1.6 tenacity diff --git a/tests/notebooks/mlflow-kserve/requirements.in b/tests/notebooks/mlflow-kserve/requirements.in index 83046f5..f20eb40 100644 --- a/tests/notebooks/mlflow-kserve/requirements.in +++ b/tests/notebooks/mlflow-kserve/requirements.in @@ -7,7 +7,7 @@ numpy pyarrow requests # pin to ensure compatibility with the installed mlflow client -scikit-learn<1.2 +scikit-learn<1.6 tenacity kserve kubernetes diff --git a/tests/notebooks/mlflow-kserve/requirements.txt b/tests/notebooks/mlflow-kserve/requirements.txt index bc8e22b..947bfba 100644 --- a/tests/notebooks/mlflow-kserve/requirements.txt +++ b/tests/notebooks/mlflow-kserve/requirements.txt @@ -258,6 +258,7 @@ prometheus-client==0.13.1 protobuf==3.20.3 # via # google-api-core + # googleapis-common-protos # kserve # mlflow # ray diff --git a/tests/notebooks/mlflow/requirements.in b/tests/notebooks/mlflow/requirements.in index ac1a3be..5c2884c 100644 --- a/tests/notebooks/mlflow/requirements.in +++ b/tests/notebooks/mlflow/requirements.in @@ -4,5 +4,5 @@ minio<7.0 # pin the client to match the version of the deployed MLflow server mlflow==2.1.1 # pin to ensure compatibility with the installed mlflow client -scikit-learn<1.2 +scikit-learn<1.6 tenacity