Add hexagon backend

This commit is contained in:
Andras Schmelczer 2026-01-25 21:07:05 +00:00
parent a7cc4d9b2b
commit ab704c0dc0
18 changed files with 1443 additions and 0 deletions

View file

@ -8,10 +8,16 @@ dependencies = [
"attrs>=22.2.0",
"httpx>=0.28.1",
"journey-client",
"numpy>=1.26.0",
"pandas>=2.0.0",
"plotly>=6.5.2",
"polars>=1.37.1",
"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",
]
[tool.uv.sources]