From 6ab6df54b96e18f0f1844fff7092e6cded1888bd Mon Sep 17 00:00:00 2001 From: ashwini rathi Date: Thu, 10 Sep 2026 10:19:16 +0530 Subject: [PATCH] Add missing test dependencies to pyproject.toml variants (#36098) Co-authored-by: arathi-hlab --- python/pyproject_xpu.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/pyproject_xpu.toml b/python/pyproject_xpu.toml index 9bb1eab8e..235e9c23d 100644 --- a/python/pyproject_xpu.toml +++ b/python/pyproject_xpu.toml @@ -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",