Skip to content

Commit 76eb3cb

Browse files
Add openai as dependency of AQUA (#1288)
Co-authored-by: Dmitrii Cherkasov <dmitrii.cherkasov@oracle.com>
1 parent cf361de commit 76eb3cb

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
@@ -229,7 +229,8 @@ aqua = [
229229
"cachetools",
230230
"huggingface_hub",
231231
"python-dotenv",
232-
"rich"
232+
"rich",
233+
"openai==1.109.1"
233234
]
234235

235236
# To reduce backtracking (decrese deps install time) during test/dev env setup reducing number of versions pip is

0 commit comments

Comments
 (0)