gallstone / pyproject.toml
rosewt's picture
deploy: sync from WinterProject/demo/backend
f2f8e74 verified
raw
history blame contribute delete
371 Bytes
[project]
name = "gallstone-demo-backend"
version = "0.1.0"
description = "FastAPI backend for the gallstone rural-adaptation demo"
requires-python = ">=3.12,<3.13"
dependencies = [
"fastapi>=0.111",
"uvicorn[standard]>=0.29",
"scikit-learn==1.7.2",
"shap==0.51.0",
"numpy==2.3.1",
"joblib>=1.3",
"pydantic>=2.7",
]
[tool.uv]
package = false