fix pre-commit

This commit is contained in:
geekan 2024-05-17 19:13:26 +08:00
parent d9ed99e85f
commit 43df876f24
4 changed files with 66 additions and 39 deletions

View file

@ -67,7 +67,7 @@ extras_require = {
"shapely",
"groundingdino-py",
"datasets==2.18.0",
"clip-openai"
"clip-openai",
],
}
@ -119,5 +119,4 @@ setup(
],
},
include_package_data=True,
)