Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas>=1.3.0
|
| 2 |
+
numpy>=1.21.0
|
| 3 |
+
pulp>=2.7.0
|
| 4 |
+
matplotlib>=3.4.0
|
| 5 |
+
gradio>=3.50.0
|
| 6 |
+
python-dateutil>=2.8.2
|
| 7 |
+
plotly>=5.13.0
|
| 8 |
+
datetime
|