Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent bae60f4 commit afc5f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ numpy==2.2.0
pandas==2.2.3
xgboost==2.1.3
pyarrow==18.1.0
scikit-learn==1.5.2
scikit-learn==1.6.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ xgboost-cpu==2.1.3; platform_machine == "x86_64"
xgboost==2.1.3; platform_machine != "x86_64"
psutil==6.1.0
pyarrow==18.1.0
scikit-learn==1.5.2
scikit-learn==1.6.0

0 comments on commit afc5f17

Please sign in to comment.