Spaces:
Sleeping
Sleeping
Commit
·
ee759b5
1
Parent(s):
ba4e718
adding requirements
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +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 |
+
rasterio==1.3.10
|
9 |
+
shapely==2.0.4
|
10 |
+
shiny==0.10.2
|
11 |
+
|