Skip to content

Commit

Permalink
let's try installing openai extra
Browse files Browse the repository at this point in the history
  • Loading branch information
dhosterman committed Sep 5, 2024
1 parent 42bb4cf commit 4ba011b
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 2 deletions.
122 changes: 121 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
modelgauge = ">=0.6.2"
modelgauge = { version = ">=0.6.2", extras = ["openai"] }
jq = "^1.6.0"
click = "^8.1.7"
casefy = "^0.1.7"
Expand Down

0 comments on commit 4ba011b

Please sign in to comment.