Update requirements.txt
Browse files- requirements.txt +4 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
pulp # for optional exact solver
|
| 6 |
-
streamlit
|
| 7 |
-
networkx
|
| 8 |
-
matplotlib
|
| 9 |
-
numpy
|
|
|
|
| 1 |
+
gradio>=4.37.0
|
| 2 |
+
pandas>=2.0.0
|
| 3 |
+
numpy>=1.24.0
|
| 4 |
+
matplotlib>=3.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|