From 8c1458c04436f91739816ca13478d32451f44301 Mon Sep 17 00:00:00 2001 From: vladkvit Date: Thu, 9 Jul 2026 10:32:50 -0400 Subject: [PATCH] Add commands to run PGO optimization --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"