From 9855d4ab1cc90def55c7239271cc7d38bf1558eb Mon Sep 17 00:00:00 2001 From: kit <101046518@qq.com> Date: Tue, 7 May 2024 08:57:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/main' --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index daa86f88c..bd9885bc1 100644 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ extras_require = { "shapely", "groundingdino-py", "datasets==2.18.0", + "clip-openai" ], } @@ -115,7 +116,5 @@ setup( ], }, include_package_data=True, - dependency_links=[ - 'git+https://github.com/openai/CLIP.git', - ], + )