Add web demo polish and smoke-test pipeline
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user