Skip to content

Commit

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

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

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 Jun 21, 2024
1 parent 7084431 commit 9739f29
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.0
pandas==2.2.2
xgboost==2.0.3
xgboost==2.1.0
pyarrow==16.1.0
scikit-learn==1.5.0
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.0
optuna==3.6.1
pandas==2.2.2
xgboost==2.0.3
xgboost==2.1.0
psutil==6.0.0
pyarrow==16.1.0
scikit-learn==1.5.0

0 comments on commit 9739f29

Please sign in to comment.