Spaces:
Runtime error
Runtime error
Commit
·
e574b53
1
Parent(s):
d74baa5
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
folium
|
2 |
-
geopandas
|
3 |
-
geopy
|
4 |
-
joblib
|
5 |
-
numpy
|
6 |
-
pandas
|
7 |
-
Pillow
|
8 |
-
plotly
|
9 |
-
rasterio
|
10 |
-
requests
|
11 |
-
rioxarray
|
12 |
-
scikit_image
|
13 |
streamlit
|
14 |
-
streamlit_folium
|
15 |
-
streamlit_plotly_events
|
|
|
1 |
+
folium==0.12.1
|
2 |
+
geopandas==0.10.2
|
3 |
+
geopy==2.2.0
|
4 |
+
joblib==1.1.0
|
5 |
+
numpy==1.21.5
|
6 |
+
pandas==1.4.2
|
7 |
+
Pillow==9.4.0
|
8 |
+
plotly==5.7.0
|
9 |
+
rasterio==1.2.10
|
10 |
+
requests==2.27.1
|
11 |
+
rioxarray==0.12.2
|
12 |
+
scikit_image==0.19.2
|
13 |
streamlit
|
14 |
+
streamlit_folium==0.6.15
|
15 |
+
streamlit_plotly_events==0.0.6
|