Remove unused deps

This commit is contained in:
Andras Schmelczer 2026-02-01 08:46:44 +00:00
parent 7627818e98
commit a3c1b6090e
2 changed files with 83 additions and 668 deletions

View file

@ -9,7 +9,6 @@ dependencies = [
"httpx[socks]>=0.28.1",
"ipywidgets>=8.0.0",
"jupyter>=1.0.0",
"nest-asyncio>=1.6.0",
"numpy>=1.26.0",
"pandas>=2.0.0",
"plotly>=6.5.2",
@ -17,16 +16,14 @@ dependencies = [
"pyarrow>=15.0.0",
"python-dateutil>=2.8.0",
"tqdm>=4.67.1",
"fastapi[standard]>=0.115.0",
"uvicorn>=0.34.0",
"h3>=3.7.0",
"overturemaps>=0.18.0",
"fastexcel>=0.19.0",
"osmium>=4.0.0",
"matplotlib>=3.10.8",
"thefuzz>=0.22.1",
"python-levenshtein>=0.27.3",
"scipy>=1.17.0",
"shapely>=2.0.0",
"rasterio>=1.5.0",
"pyproj>=3.7.2",
]
[tool.uv]