Skip to content

Commit ee26ffc

Browse files
committed
matplotlib
1 parent b2c84bf commit ee26ffc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
python -m pip install --upgrade pip
3232
pip install torch==${{ matrix.pytorch-version }}
33-
pip install numpy>=1.16.4 networkx
33+
pip install numpy networkx matplotlib
3434
pip install -r requirements_tests.txt
3535
- name: Install package
3636
run: |

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
torch>=1.7
2-
numpy>=1.16.4
3-
networkx
2+
numpy
3+
networkx
4+
matplotlib

0 commit comments

Comments
 (0)