1 2 3 4 5 6 7 8 9
[project] name = "tch-rs" version = "0.1.0" description = "Rust bindings for PyTorch" readme = "README.md" requires-python = ">=3.12" dependencies = [ "torch==2.10.0", ]