Spaces:
Running
Running
Commit
·
96bd919
1
Parent(s):
0529094
fix: add matplotlib to requirements for plotting functionality
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
numpy
|
2 |
PyYAML
|
3 |
scipy
|
|
|
4 |
torch
|
5 |
torchaudio
|
6 |
torchvision
|
|
|
1 |
numpy
|
2 |
PyYAML
|
3 |
scipy
|
4 |
+
matplotlib
|
5 |
torch
|
6 |
torchaudio
|
7 |
torchvision
|