Skip to content

Commit c492465

Browse files
Bump xgboost-cpu from 3.0.5 to 3.1.0 (#104)
Bumps [xgboost-cpu](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-cpu 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 fe651c0 commit c492465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pyarrow==21.0.0
55
scikit-learn==1.7.2
66

77
# Use xgboost-cpu on Linux or Windows x86_64
8-
xgboost-cpu==3.0.5; sys_platform == "linux" and platform_machine == "x86_64"
8+
xgboost-cpu==3.1.0; 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)

0 commit comments

Comments
 (0)