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 e0a2993 commit e8fc9e7Copy full SHA for e8fc9e7
.github/workflows/python-package.yml
@@ -26,9 +26,6 @@ jobs:
26
uses: actions/setup-python@v5
27
with:
28
python-version: ${{ matrix.python-version }}
29
- - name: Install libomp for macOS
30
- if: startsWith(matrix.os, 'macos')
31
- run: brew install libomp
32
- name: Install dependencies
33
run: |
34
python -m pip install --upgrade pip wheel setuptools>=65.5.1
requirements-test.txt
@@ -11,4 +11,4 @@ scipy>=1.3.1
11
setuptools>=65.5.1
12
torch
13
tqdm
14
-xgboost>=2.0.0
+xgboost>=2.0.0,<2.1.0
0 commit comments