From e9d644a447ea15ebbbd7372fda100186d6d7ee34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:43:18 +0000 Subject: [PATCH] chore(deps): update dependency mlflow to v2.10.2 --- tests/notebooks/e2e-wine/requirements.in | 2 +- tests/notebooks/e2e-wine/requirements.txt | 39 ++----------------- tests/notebooks/mlflow-kserve/requirements.in | 2 +- tests/notebooks/mlflow/requirements.in | 2 +- 4 files changed, 7 insertions(+), 38 deletions(-) diff --git a/tests/notebooks/e2e-wine/requirements.in b/tests/notebooks/e2e-wine/requirements.in index 7ec99c2..b9274dd 100644 --- a/tests/notebooks/e2e-wine/requirements.in +++ b/tests/notebooks/e2e-wine/requirements.in @@ -5,7 +5,7 @@ kfp==1.8.22 # 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.1.1 +mlflow==2.10.2 numpy pyarrow requests diff --git a/tests/notebooks/e2e-wine/requirements.txt b/tests/notebooks/e2e-wine/requirements.txt index 32d9ca5..77b7c38 100644 --- a/tests/notebooks/e2e-wine/requirements.txt +++ b/tests/notebooks/e2e-wine/requirements.txt @@ -32,7 +32,6 @@ charset-normalizer==3.2.0 # via requests click==8.1.7 # via - # databricks-cli # flask # kfp # mlflow @@ -41,15 +40,12 @@ cloudpickle==2.2.1 # via # kfp # mlflow - # shap configparser==6.0.0 # via minio contourpy==1.1.1 # via matplotlib cycler==0.11.0 # via matplotlib -databricks-cli==0.17.7 - # via mlflow deprecated==1.2.14 # via kfp docker==6.1.3 @@ -113,7 +109,6 @@ importlib-metadata==5.2.0 # flask # markdown # mlflow - # numba importlib-resources==6.0.1 # via # alembic @@ -146,8 +141,6 @@ kiwisolver==1.4.5 # via matplotlib kubernetes==25.3.0 # via kfp -llvmlite==0.40.1 - # via numba mako==1.2.4 # via alembic markdown==3.4.4 @@ -161,36 +154,27 @@ matplotlib==3.7.3 # via mlflow minio==6.0.2 # via -r requirements.in -mlflow==2.1.1 +mlflow==2.10.2 # via -r requirements.in -numba==0.57.1 - # via shap numpy==1.24.4 # via # -r requirements.in # contourpy # matplotlib # mlflow - # numba # pandas # pyarrow # scikit-learn # scipy - # shap oauthlib==3.2.2 - # via - # databricks-cli - # requests-oauthlib + # via requests-oauthlib packaging==22.0 # via # docker # matplotlib # mlflow - # shap pandas==1.5.3 - # via - # mlflow - # shap + # via mlflow pillow==10.0.1 # via matplotlib pkgutil-resolve-name==1.3.10 @@ -214,8 +198,6 @@ pyasn1-modules==0.3.0 # via google-auth pydantic==1.10.12 # via kfp -pyjwt==2.8.0 - # via databricks-cli pyparsing==3.1.1 # via # httplib2 @@ -247,7 +229,6 @@ referencing==0.30.2 requests==2.31.0 # via # -r requirements.in - # databricks-cli # docker # google-api-core # google-cloud-storage @@ -271,25 +252,18 @@ scikit-learn==1.1.3 # via # -r requirements.in # mlflow - # shap scipy==1.10.1 # via # mlflow # scikit-learn - # shap -shap==0.42.1 - # via mlflow six==1.16.0 # via - # databricks-cli # fire # google-api-python-client # kfp-server-api # kubernetes # python-dateutil # querystring-parser -slicer==0.0.7 - # via shap smmap==5.0.1 # via gitdb sqlalchemy==1.4.49 @@ -301,17 +275,13 @@ sqlparse==0.4.4 strip-hints==0.1.10 # via kfp tabulate==0.9.0 - # via - # databricks-cli - # kfp + # via kfp tenacity==8.2.3 # via -r requirements.in termcolor==2.3.0 # via fire threadpoolctl==3.2.0 # via scikit-learn -tqdm==4.66.1 - # via shap typer==0.9.0 # via kfp typing-extensions==4.8.0 @@ -327,7 +297,6 @@ uritemplate==3.0.1 urllib3==1.26.16 # via # botocore - # databricks-cli # docker # google-auth # kfp diff --git a/tests/notebooks/mlflow-kserve/requirements.in b/tests/notebooks/mlflow-kserve/requirements.in index 83046f5..c26e717 100644 --- a/tests/notebooks/mlflow-kserve/requirements.in +++ b/tests/notebooks/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.1.1 +mlflow==2.10.2 numpy pyarrow requests diff --git a/tests/notebooks/mlflow/requirements.in b/tests/notebooks/mlflow/requirements.in index ac1a3be..ba3f6a5 100644 --- a/tests/notebooks/mlflow/requirements.in +++ b/tests/notebooks/mlflow/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.1.1 +mlflow==2.10.2 # pin to ensure compatibility with the installed mlflow client scikit-learn<1.2 tenacity