Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency mlflow to v2.18.0
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 3, 2024
1 parent 052769e commit df28f87
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/notebooks/cpu/e2e-wine/requirements.in
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ kfp==2.5.0
# 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.15.1
mlflow==2.18.0
numpy
pyarrow
requests
2 changes: 1 addition & 1 deletion tests/notebooks/cpu/mlflow-kserve/requirements.in
Original file line number Diff line number Diff line change
@@ -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.15.1
mlflow==2.18.0
numpy
pyarrow
requests
2 changes: 1 addition & 1 deletion tests/notebooks/cpu/mlflow/requirements.in
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@ 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.15.1
mlflow==2.18.0
scikit-learn
tenacity

0 comments on commit df28f87

Please sign in to comment.