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 b2c84bf commit ee26ffcCopy full SHA for ee26ffc
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
python -m pip install --upgrade pip
32
pip install torch==${{ matrix.pytorch-version }}
33
- pip install numpy>=1.16.4 networkx
+ pip install numpy networkx matplotlib
34
pip install -r requirements_tests.txt
35
- name: Install package
36
requirements.txt
@@ -1,3 +1,4 @@
1
torch>=1.7
2
-numpy>=1.16.4
3
-networkx
+numpy
+networkx
4
+matplotlib
0 commit comments