Skip to content

Commit

Permalink
Update setup.py (microsoft#1071)
Browse files Browse the repository at this point in the history
Fix dependency error introduced when merging microsoft#1044
  • Loading branch information
ekzhu authored Dec 27, 2023
1 parent 85c14fa commit e2202db
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 e2202db

Please sign in to comment.