Update requirements.txt
Browse files- requirements.txt +33 -39
requirements.txt
CHANGED
@@ -17,29 +17,32 @@ typer==0.9.0
|
|
17 |
lancedb==0.4.0
|
18 |
loguru==0.6.0
|
19 |
meilisearch==0.21.0
|
20 |
-
numpy
|
21 |
-
openai
|
22 |
-
openpyxl
|
23 |
beautifulsoup4==4.12.3
|
24 |
pandas==2.1.1
|
25 |
-
|
26 |
#pygame==2.1.3
|
27 |
-
#pymilvus==2.
|
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.
|
35 |
tqdm==4.66.2
|
36 |
#unstructured[local-inference]
|
37 |
# selenium>4
|
38 |
# webdriver_manager<3.9
|
39 |
-
anthropic==0.
|
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
|
@@ -47,23 +50,25 @@ 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~=
|
51 |
-
|
52 |
-
|
|
|
|
|
53 |
aiofiles==23.2.1
|
54 |
gitpython==3.1.40
|
55 |
-
zhipuai
|
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.
|
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
|
67 |
networkx~=3.2.1
|
68 |
google-generativeai==0.4.1
|
69 |
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
|
@@ -71,31 +76,20 @@ anytree
|
|
71 |
ipywidgets==8.1.1
|
72 |
Pillow
|
73 |
imap_tools==1.5.0 # Used by metagpt/tools/libs/email_login.py
|
74 |
-
|
75 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
rank-bm25==0.2.2 # for tool recommendation
|
|
|
|
|
77 |
gymnasium==0.29.1
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
llama-index-embeddings-huggingface
|
84 |
-
llama-index-llms-openai-like
|
85 |
-
llama-index-vector-stores-chroma
|
86 |
-
#terratorch
|
87 |
-
iso8601
|
88 |
-
earthengine-api
|
89 |
-
pystac_client
|
90 |
-
xarray
|
91 |
-
earthaccess
|
92 |
-
openeo
|
93 |
-
OSMPythonTools
|
94 |
-
osmnx
|
95 |
-
rioxarray
|
96 |
-
stac-geoparquet==0.6.0
|
97 |
-
chromadb==1.0.8
|
98 |
-
duckdb==1.0.0
|
99 |
-
git+https://github.com/DLR-terrabyte/pygeofilter-duckdb.git
|
100 |
-
#pydantic==2.10.4
|
101 |
-
docstring_parser
|
|
|
17 |
lancedb==0.4.0
|
18 |
loguru==0.6.0
|
19 |
meilisearch==0.21.0
|
20 |
+
numpy~=1.26.4
|
21 |
+
openai~=1.64.0
|
22 |
+
openpyxl~=3.1.5
|
23 |
beautifulsoup4==4.12.3
|
24 |
pandas==2.1.1
|
25 |
+
pydantic>=2.5.3
|
26 |
#pygame==2.1.3
|
27 |
+
# pymilvus==2.4.6
|
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.7.0
|
35 |
tqdm==4.66.2
|
36 |
#unstructured[local-inference]
|
37 |
# selenium>4
|
38 |
# webdriver_manager<3.9
|
39 |
+
anthropic==0.47.2
|
40 |
typing-inspect==0.8.0
|
41 |
libcst==1.0.1
|
42 |
qdrant-client==1.7.0
|
43 |
+
grpcio~=1.67.0
|
44 |
+
grpcio-tools~=1.62.3
|
45 |
+
grpcio-status~=1.62.3
|
46 |
# pytest-mock==3.11.1 # test extras require
|
47 |
# open-interpreter==0.1.7; python_version>"3.9" # Conflict with openai 1.x
|
48 |
ta==0.10.2
|
|
|
50 |
wrapt==1.15.0
|
51 |
#aiohttp_jinja2
|
52 |
# azure-cognitiveservices-speech~=1.31.0 # Used by metagpt/tools/azure_tts.py
|
53 |
+
#aioboto3~=12.4.0 # Used by metagpt/utils/s3.py
|
54 |
+
redis~=5.0.0 # Used by metagpt/utils/redis.py
|
55 |
+
curl-cffi~=0.7.0
|
56 |
+
httplib2~=0.22.0
|
57 |
+
websocket-client~=1.8.0
|
58 |
aiofiles==23.2.1
|
59 |
gitpython==3.1.40
|
60 |
+
zhipuai~=2.1.5
|
61 |
rich==13.6.0
|
62 |
nbclient==0.9.0
|
63 |
nbformat==5.9.2
|
64 |
ipython==8.17.2
|
65 |
ipykernel==6.27.1
|
66 |
scikit_learn==1.3.2
|
67 |
+
typing-extensions==4.11.0
|
68 |
socksio~=1.0.0
|
69 |
gitignore-parser==0.1.9
|
70 |
# connexion[uvicorn]~=3.0.5 # Used by metagpt/tools/openapi_v3_hello.py
|
71 |
+
websockets>=10.0,<12.0
|
72 |
networkx~=3.2.1
|
73 |
google-generativeai==0.4.1
|
74 |
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
|
|
|
76 |
ipywidgets==8.1.1
|
77 |
Pillow
|
78 |
imap_tools==1.5.0 # Used by metagpt/tools/libs/email_login.py
|
79 |
+
pylint~=3.0.3
|
80 |
+
pygithub~=2.3
|
81 |
+
htmlmin
|
82 |
+
fsspec
|
83 |
+
grep-ast~=0.3.3 # linter
|
84 |
+
unidiff==0.7.5 # used at metagpt/tools/libs/cr.py
|
85 |
+
qianfan~=0.4.4
|
86 |
+
dashscope~=1.19.3
|
87 |
rank-bm25==0.2.2 # for tool recommendation
|
88 |
+
jieba==0.42.1 # for tool recommendation
|
89 |
+
volcengine-python-sdk[ark]~=1.0.94 # Solution for installation error in Windows: https://github.com/volcengine/volcengine-python-sdk/issues/5
|
90 |
gymnasium==0.29.1
|
91 |
+
boto3~=1.34.69
|
92 |
+
spark_ai_python~=0.3.30
|
93 |
+
tree_sitter~=0.23.2
|
94 |
+
tree_sitter_python~=0.23.2
|
95 |
+
httpx==0.28.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|