From 1d156ed21a79fd6d19b762d6fa18c73f45042800 Mon Sep 17 00:00:00 2001 From: Christian Reetz Date: Sat, 13 Dec 2025 14:56:45 -0800 Subject: [PATCH] fix wordle pyproject so it is installable --- environments/math_python/pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/environments/math_python/pyproject.toml b/environments/math_python/pyproject.toml index 51cb7de92..de68eeecf 100644 --- a/environments/math_python/pyproject.toml +++ b/environments/math_python/pyproject.toml @@ -12,3 +12,10 @@ dependencies = [ [build-system] requires = ["hatchling"] build-backend = "hatchling.build" + +[tool.hatch.build] +include = ["math_python.py"] + +[tool.verifiers.eval] +num_examples = 20 +rollouts_per_example = 1