Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
numpy>=1.21.0
|
| 3 |
+
networkx>=2.6
|
| 4 |
+
matplotlib>=3.4
|
| 5 |
+
ortools>=9.6
|
| 6 |
+
tqdm>=4.64
|
| 7 |
+
scipy>=1.7
|
| 8 |
+
jinja2
|
| 9 |
+
six
|
| 10 |
+
pandas
|