From 61125f5b4abb9d3a906662f70f162ed229a9c4f8 Mon Sep 17 00:00:00 2001 From: AG2AI-Admin Date: Fri, 18 Jul 2025 19:24:16 -0400 Subject: [PATCH] Migrate from pyautogen to ag2 library --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74fda36..2a55124 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", "ag2>=0.2.0", "eventlet", "gurobipy" ]