Spaces:
Running
Running
cassiebuhler
commited on
Commit
·
2798786
1
Parent(s):
0f64d30
locking in package dependencies
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
pandas==2.2.2
|
2 |
-
leafmap[maplibre]
|
3 |
-
ibis-framework[duckdb]
|
4 |
streamlit==1.37.0
|
5 |
streamlit_folium==0.20.0
|
6 |
altair==5.3.0
|
@@ -8,12 +8,12 @@ referencing==0.35.1
|
|
8 |
rasterio==1.3.10
|
9 |
shapely==2.0.4
|
10 |
shiny==0.10.2
|
11 |
-
geoarrow-types
|
12 |
-
geoarrow-pandas
|
13 |
leafmap==0.38.12
|
14 |
SQLAlchemy==2.0.35
|
15 |
-
duckdb_engine
|
16 |
-
langchain
|
17 |
-
langchain-community
|
18 |
-
langchain-core
|
19 |
-
langchain-openai
|
|
|
1 |
pandas==2.2.2
|
2 |
+
leafmap[maplibre]==0.38.12
|
3 |
+
ibis-framework[duckdb]==9.5.0
|
4 |
streamlit==1.37.0
|
5 |
streamlit_folium==0.20.0
|
6 |
altair==5.3.0
|
|
|
8 |
rasterio==1.3.10
|
9 |
shapely==2.0.4
|
10 |
shiny==0.10.2
|
11 |
+
geoarrow-types==0.2.0
|
12 |
+
geoarrow-pandas==0.1.1
|
13 |
leafmap==0.38.12
|
14 |
SQLAlchemy==2.0.35
|
15 |
+
duckdb_engine==0.14.2
|
16 |
+
langchain==0.2.17
|
17 |
+
langchain-community==0.2.19
|
18 |
+
langchain-core==0.2.43
|
19 |
+
langchain-openai==0.1.25
|