Skip to content

Commit 0d190f1

Browse files
[evals] Update pyproject.toml, forcing datasets<4.0.0 (#118)
`datasets` package is officially updated to 4.0.0 on 2025.07.10. scripts are no longer supported in 4.0.0, but this is used in some benchmarks (e.g., LiveCodeBench) So `datasets` version is forced "<4.0.0".
1 parent cf3b941 commit 0d190f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"vllm==0.7.0",
1111
"word2number",
1212
"scipy",
13-
"datasets",
13+
"datasets<4.0.0",
1414
"latex2sympy2",
1515
"pydantic",
1616
"setuptools",

0 commit comments

Comments
 (0)