mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
parent
19cc91a38a
commit
9855d4ab1c
1 changed files with 2 additions and 3 deletions
5
setup.py
5
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',
|
||||
],
|
||||
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue