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 52299ce commit 1bfbb0fCopy full SHA for 1bfbb0f
requirements-core.txt
@@ -19,7 +19,8 @@ requests
19
scikit-learn>=1.5.1
20
scipy>=1.9
21
serverfiles # for Data Sets synchronization
22
-xgboost>=1.7.4,<2.1
+xgboost>=1.7.4,<2.1; sys_platform=="darwin"
23
+xgboost>=1.7.4; sys_platform!="darwin"
24
# Reading Excel files
25
xlrd>=1.2.0
26
# Writing Excel Files
tox.ini
@@ -61,7 +61,7 @@ deps =
61
oldest: scikit-learn==1.5.1
62
oldest: scipy==1.10
63
# oldest: serverfiles
64
- oldest: xgboost==1.7.4
+ oldest: xgboost==2.1.0
65
oldest: xlrd==1.2.0
66
# oldest: xlsxwriter
67
0 commit comments