Skip to content

Commit

Permalink
chore(deps): update dependency mlflow to v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 25, 2024
1 parent ee0fa08 commit e9d644a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 38 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/e2e-wine/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
39 changes: 4 additions & 35 deletions tests/notebooks/e2e-wine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ charset-normalizer==3.2.0
# via requests
click==8.1.7
# via
# databricks-cli
# flask
# kfp
# mlflow
Expand All @@ -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
Expand Down Expand Up @@ -113,7 +109,6 @@ importlib-metadata==5.2.0
# flask
# markdown
# mlflow
# numba
importlib-resources==6.0.1
# via
# alembic
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -327,7 +297,6 @@ uritemplate==3.0.1
urllib3==1.26.16
# via
# botocore
# databricks-cli
# docker
# google-auth
# kfp
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow-kserve/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e9d644a

Please sign in to comment.