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
d0e898dcfa
commit
1b1c881490
2 changed files with 4 additions and 1 deletions
|
|
@ -72,3 +72,4 @@ rank-bm25==0.2.2 # for tool recommendation
|
|||
jieba==0.42.1 # for tool recommendation
|
||||
gymnasium==0.29.1
|
||||
timm
|
||||
|
||||
|
|
|
|||
4
setup.py
4
setup.py
|
|
@ -45,7 +45,6 @@ extras_require = {
|
|||
"android_assistant": [
|
||||
"pyshine==0.0.9",
|
||||
"opencv-python==4.6.0.66",
|
||||
"git+https://github.com/openai/CLIP.git",
|
||||
"protobuf<3.20,>=3.9.2",
|
||||
"modelscope",
|
||||
"tensorflow==2.9.1; os_name == 'linux'",
|
||||
|
|
@ -114,4 +113,7 @@ 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