Skip to content

Commit

Permalink
Bump xgboost from 2.1.1 to 2.1.2 (#65)
Browse files Browse the repository at this point in the history
Bumps [xgboost](https://github.com/dmlc/xgboost) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/dmlc/xgboost/releases)
- [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md)
- [Commits](dmlc/xgboost@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: xgboost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 28b1bc1 commit e6d8f1e
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
@@ -1,5 +1,5 @@
numpy==2.1.2
pandas==2.2.3
xgboost==2.1.1
xgboost==2.1.2
pyarrow==17.0.0
scikit-learn==1.5.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==2.1.2
pandas==2.2.3
xgboost-cpu==2.1.1; platform_machine == "x86_64"
xgboost==2.1.1; platform_machine != "x86_64"
xgboost==2.1.2; platform_machine != "x86_64"
psutil==6.1.0
pyarrow==17.0.0
scikit-learn==1.5.2

0 comments on commit e6d8f1e

Please sign in to comment.