Add missing test dependencies to pyproject.toml variants (#36098)
Co-authored-by: arathi-hlab <arathi.rajendran@intel.com>
This commit is contained in:
co-authored by
arathi-hlab
parent
c415f977b8
commit
6ab6df54b9
@@ -40,6 +40,7 @@ dependencies = [
|
|||||||
"openai-harmony==0.0.4",
|
"openai-harmony==0.0.4",
|
||||||
"orjson",
|
"orjson",
|
||||||
"outlines==0.1.11",
|
"outlines==0.1.11",
|
||||||
|
"outlines_core==0.1.26",
|
||||||
"packaging",
|
"packaging",
|
||||||
"partial_json_parser",
|
"partial_json_parser",
|
||||||
"pillow",
|
"pillow",
|
||||||
@@ -102,12 +103,14 @@ test = [
|
|||||||
"bitsandbytes",
|
"bitsandbytes",
|
||||||
"pymupdf",
|
"pymupdf",
|
||||||
"expecttest",
|
"expecttest",
|
||||||
|
"human-eval @ git+https://github.com/merrymercy/human-eval.git",
|
||||||
"jsonlines",
|
"jsonlines",
|
||||||
"lm-eval[api]>=0.4.9.2",
|
"lm-eval[api]>=0.4.9.2",
|
||||||
"matplotlib",
|
"matplotlib",
|
||||||
"pandas",
|
"pandas",
|
||||||
"parameterized",
|
"parameterized",
|
||||||
"peft>=0.18.0",
|
"peft>=0.18.0",
|
||||||
|
"polars",
|
||||||
"pytest",
|
"pytest",
|
||||||
"sentence_transformers",
|
"sentence_transformers",
|
||||||
"tabulate",
|
"tabulate",
|
||||||
|
|||||||
Reference in New Issue
Block a user