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 66a20c5 commit bbbdf05Copy full SHA for bbbdf05
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: |
19
python -m pip install --upgrade pip
20
- pip install torch "numpy<1.20" scikit-learn flake8 setuptools wheel twine numba
+ pip install torch "numpy<=1.21" scikit-learn flake8 setuptools wheel twine numba
21
- name: Build package
22
23
python setup.py build_ext --inplace
.github/workflows/tests.yaml
@@ -22,7 +22,7 @@ jobs:
24
25
- pip install "numpy<1.20" scikit-learn flake8 setuptools numba==0.49.1
+ pip install "numpy<=1.21" scikit-learn flake8 setuptools numba==0.49.1
26
27
- name: Install torch windows + linux
28
if: ${{matrix.os != 'macos-latest'}}
0 commit comments