Skip to content

Commit

Permalink
chore(deps): update dependency mlflow to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 052769e commit df28f87
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/cpu/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.15.1
mlflow==2.18.0
numpy
pyarrow
requests
Expand Down
2 changes: 1 addition & 1 deletion tests/notebooks/cpu/mlflow/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.