From 3c2ed8333260715acec88ca86bde0ffc26dfea4c Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 3 Jul 2023 23:11:48 -0400 Subject: [PATCH] clean up --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 5c28297f..e6f61e98 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ setup( "nest_asyncio", "bs4", "playwright", - 'git+https://github.com/facebookresearch/segment-anything.git', + 'GroundingDINO @ git+https://github.com/IDEA-Research/GroundingDINO.git', + 'segment_anything @ git+https://github.com/facebookresearch/segment-anything.git', "duckduckgo_search", "faiss-cpu", "wget==3.2", @@ -68,10 +69,6 @@ setup( "O365", "pytube", "pydub" - ], - dependency_links=[ - 'git+https://github.com/IDEA-Research/GroundingDINO.git#egg=GroundingDINO', - 'git+https://github.com/facebookresearch/segment-anything.git#egg=segment_anything' ], classifiers=[ 'Development Status :: 4 - Beta',