Skip to content

Commit 5aa09c5

Browse files
authored
add openai and inspect ai lower bound (#1035)
1 parent 97303ac commit 5aa09c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ keywords = ["evaluation", "nlp", "llm"]
5757
dependencies = [
5858
# Base dependencies
5959
"transformers>=4.54.0",
60-
"inspect-ai",
60+
"inspect-ai>=0.3.140",
61+
"openai",
6162
"accelerate",
6263
"huggingface_hub[hf_xet]>=0.30.2",
6364
"torch>=2.0,<3.0",

0 commit comments

Comments
 (0)