mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
update dependency
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
parent
961146ef3e
commit
e5f037f86d
2 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ beautifulsoup4==4.12.3
|
|||
pandas==2.1.1
|
||||
pydantic>=2.5.3
|
||||
#pygame==2.1.3
|
||||
#pymilvus==2.2.8
|
||||
# pymilvus==2.4.6
|
||||
# pytest==7.2.2 # test extras require
|
||||
python_docx==0.8.11
|
||||
PyYAML==6.0.1
|
||||
|
|
@ -78,5 +78,4 @@ volcengine-python-sdk[ark]~=1.0.94
|
|||
gymnasium==0.29.1
|
||||
boto3~=1.34.69
|
||||
spark_ai_python~=0.3.30
|
||||
agentops
|
||||
pymilvus==2.4.5
|
||||
agentops
|
||||
1
setup.py
1
setup.py
|
|
@ -43,6 +43,7 @@ extras_require = {
|
|||
"llama-index-postprocessor-cohere-rerank==0.1.4",
|
||||
"llama-index-postprocessor-colbert-rerank==0.1.1",
|
||||
"llama-index-postprocessor-flag-embedding-reranker==0.1.2",
|
||||
# "llama-index-vector-stores-milvus==0.1.23",
|
||||
"docx2txt==0.8",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue