Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
pandas
|
| 4 |
-
numpy
|
| 5 |
-
scipy
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
| 1 |
+
flask==3.0.3
|
| 2 |
+
flask-cors==5.0.0
|
| 3 |
+
pandas==2.2.3
|
| 4 |
+
numpy==2.1.1
|
| 5 |
+
scipy==1.14.1
|
| 6 |
+
scikit-learn==1.5.2
|
| 7 |
+
matplotlib==3.9.2
|
| 8 |
+
seaborn==0.13.2
|
| 9 |
+
plotly==5.24.1
|
| 10 |
+
apscheduler==4.0.0
|
| 11 |
+
werkzeug==3.0.4
|
| 12 |
+
pyarrow==17.0.0
|
| 13 |
+
openpyxl==3.1.5
|
| 14 |
+
gunicorn==23.0.0
|