Skip to content

Commit

Permalink
chore(deps): update dependency mlflow to v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent fe86b4e commit ad403d5
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 111 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.14.2
numpy
pyarrow
requests
Expand Down
64 changes: 28 additions & 36 deletions tests/notebooks/e2e-wine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ absl-py==1.4.0
# via kfp
alembic==1.12.0
# via mlflow
aniso8601==9.0.1
# via graphene
attrs==23.1.0
# via
# jsonschema
Expand All @@ -21,7 +23,9 @@ botocore==1.31.50
# boto3
# s3transfer
cachetools==5.3.1
# via google-auth
# via
# google-auth
# mlflow
certifi==2023.7.22
# via
# kfp-server-api
Expand All @@ -32,7 +36,6 @@ charset-normalizer==3.2.0
# via requests
click==8.1.7
# via
# databricks-cli
# flask
# kfp
# mlflow
Expand All @@ -41,17 +44,16 @@ 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
# via
# kfp
# opentelemetry-api
docker==6.1.3
# via mlflow
docstring-parser==0.15
Expand Down Expand Up @@ -97,6 +99,14 @@ google-resumable-media==2.6.0
# via google-cloud-storage
googleapis-common-protos==1.60.0
# via google-api-core
graphene==3.3
# via mlflow
graphql-core==3.2.3
# via
# graphene
# graphql-relay
graphql-relay==3.2.0
# via graphene
greenlet==2.0.2
# via sqlalchemy
gunicorn==20.1.0
Expand All @@ -113,7 +123,6 @@ importlib-metadata==5.2.0
# flask
# markdown
# mlflow
# numba
importlib-resources==6.0.1
# via
# alembic
Expand Down Expand Up @@ -146,8 +155,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 +168,35 @@ matplotlib==3.7.3
# via mlflow
minio==6.0.2
# via -r requirements.in
mlflow==2.1.1
mlflow==2.14.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 requests-oauthlib
opentelemetry-api==1.16.0
# via
# databricks-cli
# requests-oauthlib
# mlflow
# opentelemetry-sdk
opentelemetry-sdk==1.16.0
# via mlflow
opentelemetry-semantic-conventions==0.37b0
# via opentelemetry-sdk
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 +220,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 +251,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 +274,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,23 +297,20 @@ 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
# via
# alembic
# kfp
# opentelemetry-sdk
# pydantic
# typer
uritemplate==3.0.1
Expand All @@ -327,7 +320,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.14.2
numpy
pyarrow
requests
Expand Down
Loading

0 comments on commit ad403d5

Please sign in to comment.