Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
pandas=
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
pandas>=1.3.0
|
| 3 |
+
numpy>=1.20.0
|
| 4 |
+
pulp>=2.4
|
| 5 |
+
matplotlib>=3.4.0
|
| 6 |
+
gradio>=3.50.0,<4.0.0
|
| 7 |
+
coinor-cbc>=2.10
|