Skip to content

Commit

Permalink
Bump scikit-learn from 1.4.2 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.4.2 to 1.5.0.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.4.2...1.5.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
1 parent a9bb722 commit 8e75d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"pandas==1.3.5",
"pyarrow==14.0.1",
"retry==0.9.2",
"scikit-learn==1.4.2",
"scikit-learn==1.5.0",
"parameterized==0.8.1",
"pytest==7.1.2",
"fastavro[codecs]==1.4.12",
Expand Down
2 changes: 1 addition & 1 deletion spade_anomaly_detection/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ joblib==1.2.0
pandas==1.3.5
pyarrow==14.0.1
retry==0.9.2
scikit-learn==1.4.2
scikit-learn==1.5.0
parameterized==0.8.1
# These are test dependencies and should be added as part of a separate layer
# in the container that isn't included in the base container.
Expand Down

0 comments on commit 8e75d8c

Please sign in to comment.