requirements.txt
Browse filesgradio
networkx
matplotlib
scipy.sparse
numpy
- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
networkx
|
| 3 |
+
matplotlib
|
| 4 |
+
scipy.sparse
|
| 5 |
+
numpy
|