From 422ddfb224162d69f8dd264bf86b4d517315f4ae Mon Sep 17 00:00:00 2001 From: Mark Sze <66362098+marklysze@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:17:41 +1100 Subject: [PATCH] Update setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index fce7ff0afe..64a4e7cee0 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,9 @@ # NOTE: underscores in pip install, e.g. pip install ag2[graph_rag_falkor_db], will automatically # convert to hyphens. So, do not include underscores in the name of extras. +# ** IMPORTANT: IF ADDING EXTRAS ** +# PLEASE add them in the setup_ag2.py and setup_autogen.py files + extra_require = { "test": [ "ipykernel",