Skip to content

Commit bbbdf05

Browse files
authored
Update CI
1 parent 66a20c5 commit bbbdf05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install torch "numpy<1.20" scikit-learn flake8 setuptools wheel twine numba
20+
pip install torch "numpy<=1.21" scikit-learn flake8 setuptools wheel twine numba
2121
- name: Build package
2222
run: |
2323
python setup.py build_ext --inplace

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
pip install "numpy<1.20" scikit-learn flake8 setuptools numba==0.49.1
25+
pip install "numpy<=1.21" scikit-learn flake8 setuptools numba==0.49.1
2626
2727
- name: Install torch windows + linux
2828
if: ${{matrix.os != 'macos-latest'}}

0 commit comments

Comments
 (0)