mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
fix pre-commit
This commit is contained in:
parent
d9ed99e85f
commit
43df876f24
4 changed files with 66 additions and 39 deletions
3
setup.py
3
setup.py
|
|
@ -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,
|
||||
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue