Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -16,3 +16,8 @@ langgraph==0.2.34
|
|
| 16 |
aiosqlite==0.20.0
|
| 17 |
|
| 18 |
langgraph-checkpoint-sqlite==2.0.11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
aiosqlite==0.20.0
|
| 17 |
|
| 18 |
langgraph-checkpoint-sqlite==2.0.11
|
| 19 |
+
geopandas==0.14.4
|
| 20 |
+
shapely==2.0.4
|
| 21 |
+
pyproj==3.6.1
|
| 22 |
+
pyogrio==0.9.0 # use as the read/write engine (fewer GDAL headaches than Fiona)
|
| 23 |
+
rtree==1.2.0 # optional: spatial index; skip if you don't use sindex
|