swactor/examples/dp-mnist/pyproject.toml
Claude 8e18dc4714 refactor: consolidate crates
Crates continued to grow in number, but most are still quite small and feature specific. This refactor consolidates them.
2026-02-14 00:32:19 +07: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"