Spaces:
Sleeping
Sleeping
File size: 257 Bytes
3e3a5f1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [project]
name = "phantomnode"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
"fastapi>=0.135.1",
"numpy>=2.2.6",
"python-multipart>=0.0.22",
"scipy>=1.15.3",
"uvicorn>=0.42.0",
]
|