swactor/examples/dp-mnist/pyproject.toml
zacheryasc 7ef7bd0b50 refactor: consolidate crates (#39)
Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them.
2026-02-13 17:34:01 +00:00

17 lines
315 B
TOML

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