Skip to content

Commit 9739f29

Browse files
Bump xgboost from 2.0.3 to 2.1.0 (#49)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7084431 commit 9739f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-docker.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==2.0.0
22
pandas==2.2.2
3-
xgboost==2.0.3
3+
xgboost==2.1.0
44
pyarrow==16.1.0
55
scikit-learn==1.5.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy==2.0.0
22
optuna==3.6.1
33
pandas==2.2.2
4-
xgboost==2.0.3
4+
xgboost==2.1.0
55
psutil==6.0.0
66
pyarrow==16.1.0
77
scikit-learn==1.5.0

0 commit comments

Comments
 (0)