Spaces:
Sleeping
Sleeping
versions
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
pandas
|
2 |
-
|
3 |
-
|
4 |
-
leafmap[maplibre]
|
5 |
-
ibis-framework[duckdb]
|
6 |
-
openai
|
7 |
streamlit==1.35.0
|
8 |
streamlit_folium==0.20.0
|
9 |
altair==5.3.0
|
10 |
-
|
11 |
|
|
|
1 |
+
pandas==2.2.2
|
2 |
+
leafmap[maplibre]==0.34.0
|
3 |
+
ibis-framework[duckdb]==0.9.1
|
|
|
|
|
|
|
4 |
streamlit==1.35.0
|
5 |
streamlit_folium==0.20.0
|
6 |
altair==5.3.0
|
7 |
+
referencing==0.35.1
|
8 |
|