optimization / backend /pyproject.toml
joel-woodfield's picture
initial commit
779968d
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.128.0",
"numpy>=2.4.0",
"sympy>=1.14.0",
"uvicorn[standard]>=0.40.0",
]