Requirements.txt
Browse filesgradio
numpy
matplotlib==3.7.1
networkx
scipy
- Requirements.txt +1 -1
Requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio
|
| 2 |
numpy
|
| 3 |
-
matplotlib
|
| 4 |
networkx
|
| 5 |
scipy
|
|
|
|
| 1 |
gradio
|
| 2 |
numpy
|
| 3 |
+
matplotlib==3.7.1
|
| 4 |
networkx
|
| 5 |
scipy
|