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', - ], + )