Skip to content

Commit

Permalink
chore(deps): update dependency mlflow to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent f2cc4dc commit 6b0b67b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 48 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.7.1
numpy
pyarrow
requests
Expand Down
23 changes: 2 additions & 21 deletions tests/notebooks/e2e-wine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ cloudpickle==2.2.1
# via
# kfp
# mlflow
# shap
configparser==6.0.0
# via minio
contourpy==1.1.1
Expand Down Expand Up @@ -113,7 +112,6 @@ importlib-metadata==5.2.0
# flask
# markdown
# mlflow
# numba
importlib-resources==6.0.1
# via
# alembic
Expand Down Expand Up @@ -146,8 +144,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,22 +157,18 @@ matplotlib==3.7.3
# via mlflow
minio==6.0.2
# via -r requirements.in
mlflow==2.1.1
mlflow==2.7.1
# 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
Expand All @@ -186,11 +178,8 @@ packaging==22.0
# 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 Down Expand Up @@ -271,14 +260,10 @@ 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
Expand All @@ -288,8 +273,6 @@ six==1.16.0
# kubernetes
# python-dateutil
# querystring-parser
slicer==0.0.7
# via shap
smmap==5.0.1
# via gitdb
sqlalchemy==1.4.49
Expand All @@ -310,8 +293,6 @@ 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 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,5 +2,5 @@ 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.7.1
tenacity
29 changes: 4 additions & 25 deletions tests/notebooks/mlflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ click==8.1.7
# flask
# mlflow
cloudpickle==2.2.1
# via
# mlflow
# shap
# via mlflow
configparser==6.0.0
# via minio
contourpy==1.1.1
Expand Down Expand Up @@ -61,7 +59,6 @@ importlib-metadata==5.2.0
# flask
# markdown
# mlflow
# numba
importlib-resources==6.0.1
# via
# alembic
Expand All @@ -80,8 +77,6 @@ joblib==1.3.2
# via scikit-learn
kiwisolver==1.4.5
# via matplotlib
llvmlite==0.40.1
# via numba
mako==1.2.4
# via alembic
markdown==3.4.4
Expand All @@ -95,33 +90,26 @@ matplotlib==3.7.3
# via mlflow
minio==6.0.2
# via -r requirements.in
mlflow==2.1.1
mlflow==2.7.1
# via -r requirements.in
numba==0.57.1
# via shap
numpy==1.24.4
# via
# contourpy
# matplotlib
# mlflow
# numba
# pandas
# pyarrow
# scikit-learn
# scipy
# shap
oauthlib==3.2.2
# via databricks-cli
packaging==22.0
# via
# docker
# matplotlib
# mlflow
# shap
pandas==1.5.3
# via
# mlflow
# shap
# via mlflow
pillow==10.0.1
# via matplotlib
protobuf==4.24.3
Expand Down Expand Up @@ -155,23 +143,16 @@ requests==2.31.0
s3transfer==0.6.2
# via boto3
scikit-learn==1.3.0
# via
# mlflow
# shap
# via mlflow
scipy==1.10.1
# via
# mlflow
# scikit-learn
# shap
shap==0.42.1
# via mlflow
six==1.16.0
# via
# databricks-cli
# python-dateutil
# querystring-parser
slicer==0.0.7
# via shap
smmap==5.0.1
# via gitdb
sqlalchemy==1.4.49
Expand All @@ -186,8 +167,6 @@ tenacity==8.2.3
# via -r requirements.in
threadpoolctl==3.2.0
# via scikit-learn
tqdm==4.66.1
# via shap
typing-extensions==4.8.0
# via alembic
urllib3==1.26.16
Expand Down

0 comments on commit 6b0b67b

Please sign in to comment.