Skip to content

Commit 1bfbb0f

Browse files
committed
requirements: Pin xgboost only on macos
1 parent 52299ce commit 1bfbb0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements-core.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ requests
1919
scikit-learn>=1.5.1
2020
scipy>=1.9
2121
serverfiles # for Data Sets synchronization
22-
xgboost>=1.7.4,<2.1
22+
xgboost>=1.7.4,<2.1; sys_platform=="darwin"
23+
xgboost>=1.7.4; sys_platform!="darwin"
2324
# Reading Excel files
2425
xlrd>=1.2.0
2526
# Writing Excel Files

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ deps =
6161
oldest: scikit-learn==1.5.1
6262
oldest: scipy==1.10
6363
# oldest: serverfiles
64-
oldest: xgboost==1.7.4
64+
oldest: xgboost==2.1.0
6565
oldest: xlrd==1.2.0
6666
# oldest: xlsxwriter
6767

0 commit comments

Comments
 (0)