Update H3 pipeline

This commit is contained in:
Andras Schmelczer 2026-01-30 18:33:48 +00:00
parent 68b6dcf65e
commit 6122ee44da
13 changed files with 291 additions and 420 deletions

View file

@ -24,10 +24,15 @@ dependencies = [
"fastexcel>=0.19.0",
"osmium>=4.0.0",
"matplotlib>=3.10.8",
"thefuzz>=0.22.1",
"python-levenshtein>=0.27.3",
]
[tool.uv]
environments = ["sys_platform == 'linux' and python_version < '3.14'"]
[dependency-groups]
dev = ["ruff>=0.8.0"]
dev = [
"pytest>=9.0.2",
"ruff>=0.8.0",
]