main 0.2.7
Kye 2 years ago
parent 27f322b905
commit 3c2ed83332

@ -26,7 +26,8 @@ setup(
"nest_asyncio", "nest_asyncio",
"bs4", "bs4",
"playwright", "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", "duckduckgo_search",
"faiss-cpu", "faiss-cpu",
"wget==3.2", "wget==3.2",
@ -68,10 +69,6 @@ setup(
"O365", "O365",
"pytube", "pytube",
"pydub" "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=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',

Loading…
Cancel
Save