Extras: add [all] (conflict-free bundle) and [bfcl] (official checker, heavy deps isolated)

This commit is contained in:
sora 2026-08-25 02:47:27 +00:00
parent d830e08923
commit 32b7276142

View File

@ -13,7 +13,10 @@ dependencies = ["pydantic>=2"]
hub = ["datasets"] # HuggingFace-hosted datasets
parquet = ["pyarrow"] # parquet sources (ModelScope/HF raw mirrors)
math = ["sympy", "pylatexenc"] # symbolic math grading (aime/math family), official PRM800K logic
exec = ["numpy", "scipy"] # DROP official aligner (linear_sum_assignment) & code benches
exec = ["numpy", "scipy"] # DROP official aligner (linear_sum_assignment)
bfcl = ["bfcl-eval", "soundfile"] # OFFICIAL bfcl ast_checker (heavy: pulls 5 cloud SDKs +
# qwen-agent; native scorer is the dependency-free default)
all = ["datasets", "pyarrow", "sympy", "pylatexenc", "numpy", "scipy"] # everything conflict-free
[project.scripts]
evalharness = "evalharness.cli:main"