diff --git a/pyproject.toml b/pyproject.toml index cd3c91c..1e3bbb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.7,<2.0"] +requires = ["maturin>=1.13,<2.0"] build-backend = "maturin" [project] @@ -17,3 +17,4 @@ dependencies = [ ] [tool.maturin] features = ["pyo3/extension-module"] +pgo-command = "python src/bench_parse_games.py"