Skip to content

Commit e8fc9e7

Browse files
committed
XGBoost fix 2
1 parent e0a2993 commit e8fc9e7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
- name: Install libomp for macOS
30-
if: startsWith(matrix.os, 'macos')
31-
run: brew install libomp
3229
- name: Install dependencies
3330
run: |
3431
python -m pip install --upgrade pip wheel setuptools>=65.5.1

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ scipy>=1.3.1
1111
setuptools>=65.5.1
1212
torch
1313
tqdm
14-
xgboost>=2.0.0
14+
xgboost>=2.0.0,<2.1.0

0 commit comments

Comments
 (0)