Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
-
plotly
|
| 5 |
-
matplotlib
|
| 6 |
scikit-learn
|
|
|
|
| 7 |
seaborn
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
haversine
|
| 2 |
+
statsmodels
|
| 3 |
streamlit
|
| 4 |
pandas
|
| 5 |
numpy
|
|
|
|
|
|
|
| 6 |
scikit-learn
|
| 7 |
+
matplotlib
|
| 8 |
seaborn
|
| 9 |
+
plotly
|
| 10 |
+
joblib
|
| 11 |
+
statsmodels
|
| 12 |
+
xgboost
|