From 6ecbcf006bc1e9d91bec7f72ccf75d56fe11ba7b Mon Sep 17 00:00:00 2001 From: Timothyxxx Date: Wed, 13 Aug 2025 09:25:49 +0000 Subject: [PATCH] chore: add ag2 dependency to requirements and setup files for CoACT-1 support - Included ag2 version 0.9.7 in requirements.txt and setup.py to ensure proper package installation. - Maintained existing code logic while enhancing dependency management. --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 0a32219..ab146f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ tqdm~=4.65.0 pandas~=2.2.3 flask~=3.0.0 requests-toolbelt~=1.0.0 +ag2~=0.9.7 lxml cssselect xmltodict diff --git a/setup.py b/setup.py index 2292236..92f697a 100644 --- a/setup.py +++ b/setup.py @@ -56,6 +56,7 @@ setup( "pandas~=2.2.3", "flask~=3.0.0", "requests-toolbelt~=1.0.0", + "ag2~=0.9.7", "lxml", "cssselect", "xmltodict",