swactor/crates/swactor-dp-mnist/pyproject.toml
Zachery Aaron Shores-Chmielewski 33f5f94ebe feat: data parallel mnist example
2026-02-09 21:41:39 +07:00

17 lines
321 B
TOML

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