Spaces:
Running
Running
File size: 252 Bytes
af4939b | 1 2 3 4 5 6 7 8 9 10 11 12 13 | [project]
name = "tinytorch"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.128.0",
"numpy>=2.4.0",
"requests>=2.32.5",
"uvicorn>=0.40.0",
"websockets>=15.0.1",
]
|