MetaGPT/requirements.txt

91 lines
2.1 KiB
Text
Raw Normal View History

2024-01-19 17:37:12 +08:00
aiohttp==3.8.6
2023-07-13 13:18:38 +08:00
#azure_storage==0.37.0
2023-07-13 09:28:51 +08:00
channels==4.0.0
2023-07-13 13:18:38 +08:00
# Django==4.1.5
# docx==0.2.4
#faiss==1.5.3
2023-07-13 09:28:51 +08:00
faiss_cpu==1.7.4
fire==0.4.0
2023-12-28 23:38:46 +08:00
typer==0.9.0
2023-07-13 13:18:38 +08:00
# godot==0.1.1
2023-12-26 13:31:50 +08:00
# google_api_python_client==2.93.0 # Used by search_engine.py
2023-12-26 14:44:09 +08:00
lancedb==0.4.0
2023-07-13 09:28:51 +08:00
loguru==0.6.0
meilisearch==0.21.0
numpy~=1.26.4
openai~=1.39.0
openpyxl~=3.1.5
2024-02-26 14:19:00 +08:00
beautifulsoup4==4.12.3
2024-03-25 16:30:53 +08:00
pandas==2.1.1
2024-04-23 17:12:06 +08:00
pydantic>=2.5.3
2023-07-13 13:18:38 +08:00
#pygame==2.1.3
# pymilvus==2.4.6
2024-01-03 21:53:49 +08:00
# pytest==7.2.2 # test extras require
2023-07-13 09:28:51 +08:00
python_docx==0.8.11
PyYAML==6.0.1
2023-07-13 13:18:38 +08:00
# sentence_transformers==2.2.2
2023-07-13 09:28:51 +08:00
setuptools==65.6.3
2024-02-18 20:02:42 +08:00
tenacity==8.2.3
2024-06-28 21:05:46 +08:00
tiktoken==0.7.0
2024-02-26 14:19:00 +08:00
tqdm==4.66.2
2023-07-13 13:18:38 +08:00
#unstructured[local-inference]
2023-07-24 00:22:38 +08:00
# selenium>4
# webdriver_manager<3.9
2024-03-05 13:58:51 +08:00
anthropic==0.18.1
typing-inspect==0.8.0
2023-08-06 17:56:24 +08:00
libcst==1.0.1
2023-12-26 14:44:09 +08:00
qdrant-client==1.7.0
grpcio~=1.67.0
grpcio-tools~=1.62.3
grpcio-status~=1.62.3
2024-01-03 21:53:49 +08:00
# pytest-mock==3.11.1 # test extras require
2023-12-26 10:03:56 +08:00
# open-interpreter==0.1.7; python_version>"3.9" # Conflict with openai 1.x
2023-09-15 18:41:28 +08:00
ta==0.10.2
2023-12-26 14:44:09 +08:00
semantic-kernel==0.4.3.dev0
2023-10-07 16:23:13 +08:00
wrapt==1.15.0
2023-12-04 13:55:12 +08:00
#aiohttp_jinja2
2023-12-26 10:03:56 +08:00
# azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py
2024-05-17 14:23:09 +08:00
#aioboto3~=12.4.0 # Used by metagpt/utils/s3.py
2024-07-16 17:24:36 +08:00
redis~=5.0.0 # Used by metagpt/utils/redis.py
curl-cffi~=0.7.0
httplib2~=0.22.0
2024-05-23 01:07:33 +08:00
websocket-client~=1.8.0
2023-11-22 17:08:00 +08:00
aiofiles==23.2.1
2023-11-28 18:16:50 +08:00
gitpython==3.1.40
2024-11-04 17:11:34 +08:00
zhipuai~=2.1.5
2023-11-23 21:59:25 +08:00
rich==13.6.0
nbclient==0.9.0
nbformat==5.9.2
ipython==8.17.2
2024-02-26 21:59:22 +08:00
ipykernel==6.27.1
scikit_learn==1.3.2
2024-01-10 14:10:15 +08:00
typing-extensions==4.9.0
2023-12-07 15:51:12 +08:00
socksio~=1.0.0
gitignore-parser==0.1.9
2024-01-02 21:44:51 +08:00
# connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/openapi_v3_hello.py
2024-04-23 17:29:10 +08:00
websockets>=10.0,<12.0
2023-12-21 12:09:39 +08:00
networkx~=3.2.1
2024-03-25 22:56:18 +08:00
google-generativeai==0.4.1
2024-02-07 11:54:31 +08:00
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
2023-12-30 00:39:07 +08:00
anytree
ipywidgets==8.1.1
Pillow
2024-02-08 00:05:00 +08:00
imap_tools==1.5.0 # Used by metagpt/tools/libs/email_login.py
2024-04-30 18:20:18 +08:00
pylint~=3.0.3
2024-05-30 21:01:35 +08:00
pygithub~=2.3
htmlmin
fsspec
2024-09-04 02:27:04 +00:00
grep-ast~=0.3.3 # linter
2025-02-24 19:48:16 +08:00
unidiff==0.7.5 # used at metagpt/tools/libs/cr.py
2024-08-05 13:52:41 +08:00
qianfan~=0.4.4
2024-06-20 17:05:23 +08:00
dashscope~=1.19.3
rank-bm25==0.2.2 # for tool recommendation
2024-08-06 17:07:03 +08:00
jieba==0.42.1 # for tool recommendation
volcengine-python-sdk[ark]~=1.0.94 # Solution for installation error in Windows: https://github.com/volcengine/volcengine-python-sdk/issues/5
gymnasium==0.29.1
2024-05-17 14:23:09 +08:00
boto3~=1.34.69
2024-06-20 17:05:23 +08:00
spark_ai_python~=0.3.30
agentops
tree_sitter~=0.23.2
tree_sitter_python~=0.23.2
2025-02-24 19:48:16 +08:00
httpx==0.27.2