Skip to content

Commit d3f258f

Browse files
Bump xgboost from 3.0.5 to 3.1.0 (#106)
Bumps [xgboost](https://github.com/dmlc/xgboost) from 3.0.5 to 3.1.0. - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](dmlc/xgboost@v3.0.5...v3.1.0) --- updated-dependencies: - dependency-name: xgboost dependency-version: 3.1.0 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 5d5a172 commit d3f258f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy==2.3.4
22
pandas==2.3.3
3-
xgboost==3.0.5
3+
xgboost==3.1.0
44
pyarrow==21.0.0
55
scikit-learn==1.7.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ xgboost-cpu==3.0.5; sys_platform == "linux" and platform_machine == "x86_64"
99
xgboost-cpu==3.0.5; sys_platform == "win32" and platform_machine == "x86_64"
1010

1111
# Use xgboost on all other platforms (e.g., macOS Intel or ARM, or non-x86_64)
12-
xgboost==3.0.5; sys_platform == "darwin"
12+
xgboost==3.1.0; sys_platform == "darwin"
1313
xgboost==3.0.5; platform_machine != "x86_64"

0 commit comments

Comments
 (0)