swactor/crates/dp-mnist/pyproject.toml
zacheryasc d817ad952f feat: distributed runtime (#30)
Major feature addition. For full details read `./docs/development_history/DISTRIBUTION.md`
2026-02-12 09:13:50 +00:00

17 lines
305 B
TOML

[project]
name = "dp-mnist"
version = "0.1.0"
requires-python = ">=3.9"
dependencies = [
"swactor",
"torch",
"torchvision",
"numpy",
]
[tool.uv.sources]
swactor = { path = "../python", editable = true }
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"