Skip to content

Commit ceb88f5

Browse files
committed
XGBoost update got out of sync. put both packages to same version again
1 parent d1f14c4 commit ceb88f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ scikit-learn==1.9.0
66

77
# Use xgboost-cpu on Linux or Windows x86_64
88
xgboost-cpu==3.3.0; sys_platform == "linux" and platform_machine == "x86_64"
9-
xgboost-cpu==3.2.0; sys_platform == "win32" and platform_machine == "x86_64"
9+
xgboost-cpu==3.3.0; 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)
1212
xgboost==3.3.0; sys_platform == "darwin"
13-
xgboost==3.2.0; platform_machine != "x86_64"
13+
xgboost==3.3.0; platform_machine != "x86_64"

0 commit comments

Comments
 (0)