mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-09 15:52:38 +02:00
commit
833ce2ba74
2 changed files with 3 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ semantic-kernel==0.4.3.dev0
|
|||
wrapt==1.15.0
|
||||
#aiohttp_jinja2
|
||||
# azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py
|
||||
#aioboto3~=11.3.0 # Used by metagpt/utils/s3.py
|
||||
#aioboto3~=12.4.0 # Used by metagpt/utils/s3.py
|
||||
aioredis~=2.0.1 # Used by metagpt/utils/redis.py
|
||||
websocket-client==1.6.2
|
||||
aiofiles==23.2.1
|
||||
|
|
@ -70,4 +70,4 @@ qianfan==0.3.2
|
|||
dashscope==1.14.1
|
||||
rank-bm25==0.2.2 # for tool recommendation
|
||||
gymnasium==0.29.1
|
||||
boto3==1.34.92
|
||||
boto3~=1.34.69
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ extras_require["test"] = [
|
|||
"pytest-timeout",
|
||||
"connexion[uvicorn]~=3.0.5",
|
||||
"azure-cognitiveservices-speech~=1.31.0",
|
||||
"aioboto3~=11.3.0",
|
||||
"aioboto3~=12.4.0",
|
||||
"gradio==3.0.0",
|
||||
"grpcio-status==1.48.2",
|
||||
"pylint==3.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue