diff --git a/setup.py b/setup.py index 74fda36..7f7fa88 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = f.read() install_requires = [ - "openai>=1.3", "diskcache", "termcolor", "pyautogen>=0.2.0", "eventlet", + "openai>=1.3", "diskcache", "termcolor", "autogen-agentchat~=0.2.0", "eventlet", "gurobipy" ]