diff --git a/pyproject.toml b/pyproject.toml index e580f4b..e1abd55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "FEA-Bench: A Benchmark for Evaluating Repository-Level Code Gener license = { text = "MIT" } requires-python = ">=3.10" dependencies = [ - "vllm==0.8.4", + "vllm==0.12.0", "tqdm", "datasets", "tenacity",