Skip to content

Commit

Permalink
XGBoost fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KulikDM committed Feb 1, 2025
1 parent e0a2993 commit e8fc9e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install libomp for macOS
if: startsWith(matrix.os, 'macos')
run: brew install libomp
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel setuptools>=65.5.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ scipy>=1.3.1
setuptools>=65.5.1
torch
tqdm
xgboost>=2.0.0
xgboost>=2.0.0,<2.1.0

0 comments on commit e8fc9e7

Please sign in to comment.