Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
folium
|
2 |
geopandas
|
3 |
geopy
|
4 |
-
numpy==1.26.4
|
5 |
pandas
|
6 |
-
streamlit
|
7 |
streamlit_folium
|
8 |
vincenty
|
9 |
Shapely==1.8.1.post1
|
|
|
1 |
+
folium==0.15.1
|
2 |
geopandas
|
3 |
geopy
|
4 |
+
numpy==1.26.4
|
5 |
pandas
|
6 |
+
streamlit==1.29.0
|
7 |
streamlit_folium
|
8 |
vincenty
|
9 |
Shapely==1.8.1.post1
|