Skip to content

Commit

Permalink
chore(deps): update dependency scikit-learn to <1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent ad0922d commit c14c78b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 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 @@ -10,5 +10,5 @@ numpy
pyarrow
requests
# pin to ensure compatibility with the installed mlflow client
scikit-learn<1.2
scikit-learn<1.6
tenacity
2 changes: 1 addition & 1 deletion tests/notebooks/mlflow-kserve/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numpy
pyarrow
requests
# pin to ensure compatibility with the installed mlflow client
scikit-learn<1.2
scikit-learn<1.6
tenacity
kserve
kubernetes
1 change: 1 addition & 0 deletions tests/notebooks/mlflow-kserve/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ prometheus-client==0.13.1
protobuf==3.20.3
# via
# google-api-core
# googleapis-common-protos
# kserve
# mlflow
# ray
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 @@ -4,5 +4,5 @@ minio<7.0
# pin the client to match the version of the deployed MLflow server
mlflow==2.1.1
# pin to ensure compatibility with the installed mlflow client
scikit-learn<1.2
scikit-learn<1.6
tenacity

0 comments on commit c14c78b

Please sign in to comment.