Spaces:
Runtime error
Runtime error
Jonathan Marokhovsky
commited on
Commit
·
516561e
1
Parent(s):
9d89bf5
correct the streamlit-folium requirement and add a few more imports to see if that fixes polygon selection
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
|
|
1 |
pmtiles
|
2 |
pandas
|
3 |
leafmap
|
4 |
rioxarray
|
5 |
geopandas
|
6 |
streamlit
|
7 |
-
|
|
|
8 |
ibis-framework[duckdb]
|
|
|
1 |
+
pydeck
|
2 |
pmtiles
|
3 |
pandas
|
4 |
leafmap
|
5 |
rioxarray
|
6 |
geopandas
|
7 |
streamlit
|
8 |
+
streamlit-folium
|
9 |
+
altair
|
10 |
ibis-framework[duckdb]
|