Skip to content

Commit 14a9672

Browse files
authored
Update setup.py (#1071)
Fix dependency error introduced when merging #1044
1 parent d583ad8 commit 14a9672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
__version__ = version["__version__"]
1515

1616
install_requires = [
17-
"openai>=1.3,<1.5",
17+
"openai>=1.3",
1818
"diskcache",
1919
"termcolor",
2020
"flaml",

0 commit comments

Comments
 (0)