tiny-torch-viz / pyproject.toml
Adrian Gabriel
Initial commit (Clean history)
af4939b
raw
history blame contribute delete
252 Bytes
[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",
]