Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
requests==2.31.0
|
2 |
-
pandas==2.0.3
|
3 |
-
streamlit==1.24.1
|
4 |
-
plotly==5.15.0
|
5 |
-
numpy==1.25.2
|
6 |
-
scikit-learn==1.3.0
|
7 |
-
statsmodels==0.14.0
|
8 |
-
matplotlib==3.7.2
|
|
|
|
1 |
+
requests==2.31.0
|
2 |
+
pandas==2.0.3
|
3 |
+
streamlit==1.24.1
|
4 |
+
plotly==5.15.0
|
5 |
+
numpy==1.25.2
|
6 |
+
scikit-learn==1.3.0
|
7 |
+
statsmodels==0.14.0
|
8 |
+
matplotlib==3.7.2
|
9 |
+
folium
|