Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +21 -0
requirements.txt
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
altair<5
|
2 |
+
folium
|
3 |
+
geopandas
|
4 |
+
geopy
|
5 |
+
joblib
|
6 |
+
numpy
|
7 |
+
pandas
|
8 |
+
Pillow
|
9 |
+
plotly
|
10 |
+
rasterio
|
11 |
+
requests
|
12 |
+
rioxarray
|
13 |
+
scikit_image
|
14 |
+
streamlit
|
15 |
+
streamlit_folium==0.23.2
|
16 |
+
streamlit_plotly_events
|
17 |
+
branca
|
18 |
+
matplotlib
|
19 |
+
xarray[complete]
|
20 |
+
cdsapi
|
21 |
+
scikit-image
|