Add missing test dependencies to pyproject.toml variants (#36098)

Co-authored-by: arathi-hlab <arathi.rajendran@intel.com>
This commit is contained in:
ashwini rathi
2026-09-10 12:49:16 +08:00
committed by GitHub
co-authored by arathi-hlab
parent c415f977b8
commit 6ab6df54b9
+3
View File
@@ -40,6 +40,7 @@ dependencies = [
"openai-harmony==0.0.4",
"orjson",
"outlines==0.1.11",
"outlines_core==0.1.26",
"packaging",
"partial_json_parser",
"pillow",
@@ -102,12 +103,14 @@ test = [
"bitsandbytes",
"pymupdf",
"expecttest",
"human-eval @ git+https://github.com/merrymercy/human-eval.git",
"jsonlines",
"lm-eval[api]>=0.4.9.2",
"matplotlib",
"pandas",
"parameterized",
"peft>=0.18.0",
"polars",
"pytest",
"sentence_transformers",
"tabulate",