From 2c46d718ca621bd27d17c42d100681e35dc826ec Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Mon, 3 Mar 2025 15:35:45 -0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ]