Yusin commited on
Commit
d2c6a66
1 Parent(s): 2b88b8e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +74 -1
requirements.txt CHANGED
@@ -1,4 +1,77 @@
1
  jupyterlab==3.6.1
2
  jupyter-server==2.3.0
3
  tornado==6.2
4
- ipywidgets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  jupyterlab==3.6.1
2
  jupyter-server==2.3.0
3
  tornado==6.2
4
+ ipywidgets
5
+ # metagpt
6
+ aiohttp==3.8.6
7
+ #azure_storage==0.37.0
8
+ channels==4.0.0
9
+ # Django==4.1.5
10
+ # docx==0.2.4
11
+ #faiss==1.5.3
12
+ faiss_cpu==1.7.4
13
+ fire==0.4.0
14
+ typer==0.9.0
15
+ # godot==0.1.1
16
+ # google_api_python_client==2.93.0 # Used by search_engine.py
17
+ lancedb==0.4.0
18
+ loguru==0.6.0
19
+ meilisearch==0.21.0
20
+ numpy==1.24.3
21
+ openai==1.6.1
22
+ openpyxl
23
+ beautifulsoup4==4.12.3
24
+ pandas==2.1.1
25
+ pydantic==2.5.3
26
+ #pygame==2.1.3
27
+ #pymilvus==2.2.8
28
+ # pytest==7.2.2 # test extras require
29
+ python_docx==0.8.11
30
+ PyYAML==6.0.1
31
+ # sentence_transformers==2.2.2
32
+ setuptools==65.6.3
33
+ tenacity==8.2.3
34
+ tiktoken==0.6.0
35
+ tqdm==4.66.2
36
+ #unstructured[local-inference]
37
+ # selenium>4
38
+ # webdriver_manager<3.9
39
+ anthropic==0.18.1
40
+ typing-inspect==0.8.0
41
+ libcst==1.0.1
42
+ qdrant-client==1.7.0
43
+ # pytest-mock==3.11.1 # test extras require
44
+ # open-interpreter==0.1.7; python_version>"3.9" # Conflict with openai 1.x
45
+ ta==0.10.2
46
+ semantic-kernel==0.4.3.dev0
47
+ wrapt==1.15.0
48
+ #aiohttp_jinja2
49
+ # azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py
50
+ #aioboto3~=11.3.0 # Used by metagpt/utils/s3.py
51
+ aioredis~=2.0.1 # Used by metagpt/utils/redis.py
52
+ websocket-client==1.6.2
53
+ aiofiles==23.2.1
54
+ gitpython==3.1.40
55
+ zhipuai==2.0.1
56
+ rich==13.6.0
57
+ nbclient==0.9.0
58
+ nbformat==5.9.2
59
+ ipython==8.17.2
60
+ ipykernel==6.27.1
61
+ scikit_learn==1.3.2
62
+ typing-extensions==4.9.0
63
+ socksio~=1.0.0
64
+ gitignore-parser==0.1.9
65
+ # connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/openapi_v3_hello.py
66
+ websockets~=11.0
67
+ networkx~=3.2.1
68
+ google-generativeai==0.4.1
69
+ playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
70
+ anytree
71
+ ipywidgets==8.1.1
72
+ Pillow
73
+ imap_tools==1.5.0 # Used by metagpt/tools/libs/email_login.py
74
+ qianfan==0.3.2
75
+ dashscope==1.14.1
76
+ rank-bm25==0.2.2 # for tool recommendation
77
+ gymnasium==0.29.1