Add web demo polish and smoke-test pipeline

This commit is contained in:
Pawel
2026-05-24 20:00:40 -04:00
parent 2391c80003
commit bbf276d642
22 changed files with 614 additions and 306 deletions

View File

@@ -9,12 +9,15 @@ description = "Unified TB2/Kilter transformer route modeling, grade prediction,
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"numpy",
"pandas",
"scipy",
"scikit-learn",
"matplotlib",
"torch"
"numpy>=1.26",
"pandas>=2.1",
"scipy>=1.11",
"scikit-learn>=1.3",
"matplotlib>=3.8",
"torch>=2.0",
"fastapi>=0.110",
"uvicorn[standard]>=0.27",
"pydantic>=2.0"
]
[tool.setuptools.packages.find]