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 Jul 16, 2024
1 parent d1531e0 commit 71e9987
Show file tree
Hide file tree
Showing 3 changed files with 3 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
# Pinning for kserve sdk in 1.8/stable
kserve==0.11.2
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 71e9987

Please sign in to comment.