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 b73bf6f commit feff269Copy full SHA for feff269
.github/workflows/tests.yml
@@ -31,6 +31,7 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
pip install setuptools wheel
34
+ if [ ${TORCH} == 1.13.1 ]; then pip install numpy==1.26.4; fi # older torch versions fail with numpy 2
35
pip install torch==${TORCH} -f https://download.pytorch.org/whl/cpu/torch_stable.html
36
pip install h5py scikit-learn # install packages that aren't required dependencies but that the tests do need
37
pip install --upgrade-strategy only-if-needed .
0 commit comments