We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f14c4 commit ceb88f5Copy full SHA for ceb88f5
1 file changed
requirements.txt
@@ -6,8 +6,8 @@ scikit-learn==1.9.0
6
7
# Use xgboost-cpu on Linux or Windows x86_64
8
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"
+xgboost-cpu==3.3.0; sys_platform == "win32" and platform_machine == "x86_64"
10
11
# Use xgboost on all other platforms (e.g., macOS Intel or ARM, or non-x86_64)
12
xgboost==3.3.0; sys_platform == "darwin"
13
-xgboost==3.2.0; platform_machine != "x86_64"
+xgboost==3.3.0; platform_machine != "x86_64"
0 commit comments