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 6fb0e9e commit 55d4688Copy full SHA for 55d4688
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
conda info
39
conda install cpuonly mkl pytorch=${{ matrix.pytorch-version }} packaging
40
export PIP_IGNORE_INSTALLED=0
41
- pip install -r requirements.txt
+ pip install numpy>=1.16.4 networkx
42
pip install -r requirements_tests.txt
43
pip list
44
python -c "from torch import __version__ as ver; assert '.'.join(ver.split('.')[:2]) == '${{ matrix.pytorch-version }}', ver"
0 commit comments