Skip to content

Commit

Permalink
Pin openai version (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerhutcherson authored Nov 13, 2023
1 parent b47aecb commit f2db78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read_dev_requirements():

extras_require = {
"all": [
"openai>=0.26.4",
"openai==0.28.1",
"sentence-transformers>=2.2.2",
"google-cloud-aiplatform>=1.26"
],
Expand All @@ -35,4 +35,4 @@ def read_dev_requirements():
"rvl = redisvl.cli.__init__:main"
]
}
)
)

0 comments on commit f2db78b

Please sign in to comment.