Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
flask
|
2 |
-
flask-cors
|
3 |
-
pandas
|
4 |
-
numpy
|
5 |
-
scipy
|
6 |
-
scikit-learn
|
7 |
-
matplotlib
|
8 |
-
seaborn
|
9 |
-
plotly
|
10 |
-
apscheduler
|
11 |
-
werkzeug
|
12 |
-
pyarrow
|
13 |
-
openpyxl
|
14 |
-
gunicorn
|
|
|
1 |
+
flask
|
2 |
+
flask-cors
|
3 |
+
pandas
|
4 |
+
numpy
|
5 |
+
scipy
|
6 |
+
scikit-learn
|
7 |
+
matplotlib
|
8 |
+
seaborn
|
9 |
+
plotly
|
10 |
+
apscheduler
|
11 |
+
werkzeug
|
12 |
+
pyarrow
|
13 |
+
openpyxl
|
14 |
+
gunicorn
|