File size: 439 Bytes
ff00219 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | [project]
name = "limp-topo-consensus"
version = "0.1.0"
description = "Topological coherence consensus, trinary quantization, and Cardy-style boundary energy proxies"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.115",
"uvicorn>=0.30",
"pydantic>=2.8",
"numpy>=1.26",
"scipy>=1.11",
"scikit-learn>=1.4",
"httpx>=0.27",
"python-dotenv>=1.0",
"tqdm>=4.66",
]
[tool.uvicorn]
factory = false
|