Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fix dependency error introduced when merging #1044
  • Loading branch information
ekzhu authored Dec 27, 2023
1 parent d583ad8 commit b3a1ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__version__ = version["__version__"]

install_requires = [
"openai>=1.3,<1.5",
"openai>=1.3",
"diskcache",
"termcolor",
"flaml",
Expand Down

0 comments on commit b3a1ee2

Please sign in to comment.