Skip to content

Commit bc1abd6

Browse files
committed
Using latest openai and allowing later httpx
1 parent 317cb50 commit bc1abd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dev = ["lighteval[accelerate,quality,tests,multilingual,math,extended_tasks,vllm
9999
docs = ["hf-doc-builder", "watchdog"]
100100
extended_tasks = [
101101
"langdetect", # ifeval
102-
"openai==1.55.2", # llm as a judge using openai models
102+
"openai>=1.55.3", # llm as a judge using openai models
103103
"tiktoken"
104104
]
105105
s3 = ["s3fs"]

0 commit comments

Comments
 (0)