Skip to content

Commit 791f7ac

Browse files
fix: loosen openai requirements to be >= 1.76.0 (ShishirPatil#1050)
Adding a more flexible dependency requirement for the `openai` package for the Berkeley Function Calling Leaderboard v3 (BFCL-v3), making it easier to use `bfcl` as a python package in software projects that require higher `openai` versions. Co-authored-by: Huanzhi Mao <[email protected]>
1 parent 2cac6d1 commit 791f7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

berkeley-function-call-leaderboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"tree_sitter==0.21.3",
2323
"tree-sitter-java==0.21.0",
2424
"tree-sitter-javascript==0.21.4",
25-
"openai==1.76.0",
25+
"openai>=1.76.0",
2626
"mistralai==1.7.0",
2727
"anthropic==0.49.0",
2828
"cohere==5.13.3",

0 commit comments

Comments
 (0)