1 2 3 4 5 6 7 8 9
[build-system] requires = ["maturin==1.2.0"] build-backend = "maturin" [project] name = "graph_sp" version = "0.1.0" readme = "README.md" requires-python = ">=3.8, <3.12"