Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
-
streamlit==1.15.2
|
2 |
-
folium==0.12.1.post1
|
3 |
-
geopandas==0.12.2
|
4 |
-
geemap==0.11.3
|
5 |
-
earthengine-api==0.1.328
|
6 |
-
pandas==1.5.3
|
7 |
-
google-auth==2.17.3
|
8 |
-
shapely==2.0.1
|
9 |
-
fiona==1.8.22
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
numpy
|
|
|
1 |
+
streamlit==1.15.2
|
2 |
+
folium==0.12.1.post1
|
3 |
+
geopandas==0.12.2
|
4 |
+
geemap==0.11.3
|
5 |
+
earthengine-api==0.1.328
|
6 |
+
pandas==1.5.3
|
7 |
+
google-auth==2.17.3
|
8 |
+
shapely==2.0.1
|
9 |
+
fiona==1.8.22
|
10 |
+
pandas==2.0
|
11 |
+
plotly==5.14.0
|
12 |
+
numpy==1.24.4
|
13 |
+
geopy==2.3.0
|
|