CoolFace
Apppublic

elvis-hf/optimization

sourceHugging Faceupdated 15d agoView on Hugging Face
0likes
pyproject.toml13 linesDownload Raw Back to backend
1[project]2name = "backend"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8    "fastapi>=0.128.0",9    "numpy>=2.4.0",10    "sympy>=1.14.0",11    "uvicorn[standard]>=0.40.0",12]13