Skip to content

Commit

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

---
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 Jul 31, 2024
1 parent e8dcf68 commit 647aecb
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.0.1
pandas==2.2.2
xgboost==2.1.0
xgboost==2.1.1
pyarrow==17.0.0
scikit-learn==1.5.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==2.0.1
optuna==3.6.1
pandas==2.2.2
xgboost==2.1.0
xgboost==2.1.1
psutil==6.0.0
pyarrow==17.0.0
scikit-learn==1.5.1

0 comments on commit 647aecb

Please sign in to comment.