This commit is contained in:
Andras Schmelczer 2026-05-14 08:09:19 +01:00
parent a8165249a4
commit a4103b0896
64 changed files with 5376 additions and 3832 deletions

View file

@ -18,9 +18,7 @@ dependencies = [
"scipy>=1.17.0",
"matplotlib>=3.10.8",
"osmium>=4.0.0",
"matplotlib>=3.10.8",
"thefuzz>=0.22.1",
"scipy>=1.17.0",
"shapely>=2.0.0",
"rasterio>=1.5.0",
"pyproj>=3.7.2",
@ -48,7 +46,7 @@ exclude = ["\\.venv", "analyses", "scripts", "video/tts"]
[tool.deptry.per_rule_ignores]
# pyarrow/fastexcel: runtime backends for polars parquet/Excel I/O
# jupyter/ipywidgets/pandas/plotly/folium: needed for analysis notebooks (excluded from scan)
DEP002 = ["pyarrow", "fastexcel", "jupyter", "ipywidgets", "pandas", "plotly", "folium"]
# jupyter/ipywidgets/pandas/plotly/folium/matplotlib: needed for analysis notebooks (excluded from scan)
DEP002 = ["pyarrow", "fastexcel", "jupyter", "ipywidgets", "pandas", "plotly", "folium", "matplotlib"]
# pytest is a dev dependency, not a missing one
DEP004 = ["pytest"]