Skip to content

Commit c19ca14

Browse files
committed
Using latest openai and allowing later httpx
1 parent 2651750 commit c19ca14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies = [
7979
"protobuf",
8080
"pycountry",
8181
"fsspec>=2023.12.2",
82-
"httpx == 0.27.2",
82+
"httpx>=0.27.2",
8383
"latex2sympy2_extended==1.0.6",
8484
]
8585

@@ -101,7 +101,7 @@ dev = ["lighteval[accelerate,quality,tests,multilingual,math,extended_tasks,vllm
101101
docs = ["hf-doc-builder", "watchdog"]
102102
extended_tasks = [
103103
"langdetect", # ifeval
104-
"openai==1.55.2", # llm as a judge using openai models
104+
"openai>=1.55.3", # llm as a judge using openai models
105105
"tiktoken"
106106
]
107107
s3 = ["s3fs"]

0 commit comments

Comments
 (0)