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",