Merge remote-tracking branch 'origin/main'

This commit is contained in:
kit 2024-05-07 08:57:39 +08:00
parent 19cc91a38a
commit 9855d4ab1c

View file

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