Skip to content

Commit 586841f

Browse files
authored
unpin numba
1 parent 7f30988 commit 586841f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.21" scikit-learn flake8 setuptools numba==0.49.1
25+
pip install "numpy<=1.21" scikit-learn flake8 setuptools numba
2626
2727
- name: Install torch windows + linux
2828
if: ${{matrix.os != 'macos-latest'}}

0 commit comments

Comments
 (0)