mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
Merge pull request #1221 from seehi/feat-update-req
Update requirements.txt to resolve dependency issues
This commit is contained in:
commit
12a7825b94
1 changed files with 4 additions and 4 deletions
|
|
@ -12,12 +12,12 @@ typer==0.9.0
|
|||
lancedb==0.4.0
|
||||
loguru==0.6.0
|
||||
meilisearch==0.21.0
|
||||
numpy==1.24.3
|
||||
openai==1.6.1
|
||||
numpy>=1.24.3
|
||||
openai>=1.6.1
|
||||
openpyxl
|
||||
beautifulsoup4==4.12.3
|
||||
pandas==2.1.1
|
||||
pydantic==2.5.3
|
||||
pydantic>=2.5.3
|
||||
#pygame==2.1.3
|
||||
#pymilvus==2.2.8
|
||||
# pytest==7.2.2 # test extras require
|
||||
|
|
@ -58,7 +58,7 @@ typing-extensions==4.9.0
|
|||
socksio~=1.0.0
|
||||
gitignore-parser==0.1.9
|
||||
# connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/openapi_v3_hello.py
|
||||
websockets~=11.0
|
||||
websockets>=10.0,<12.0
|
||||
networkx~=3.2.1
|
||||
google-generativeai==0.4.1
|
||||
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue