Spaces:
Sleeping
Sleeping
local solution
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
pandas==2.2.2
|
2 |
-
leafmap[maplibre]
|
3 |
-
ibis-framework[duckdb]
|
4 |
streamlit==1.35.0
|
5 |
streamlit_folium==0.20.0
|
6 |
altair==5.3.0
|
7 |
referencing==0.35.1
|
|
|
|
|
|
|
8 |
|
|
|
1 |
pandas==2.2.2
|
2 |
+
leafmap[maplibre]
|
3 |
+
ibis-framework[duckdb]
|
4 |
streamlit==1.35.0
|
5 |
streamlit_folium==0.20.0
|
6 |
altair==5.3.0
|
7 |
referencing==0.35.1
|
8 |
+
rasterio==1.3.10
|
9 |
+
shapely==2.0.4
|
10 |
+
shiny==0.10.2
|
11 |
|