Upload 7 files
Browse files- packages.txt +1 -0
- requirements.txt +3 -4
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
tree
|
requirements.txt
CHANGED
@@ -65,7 +65,7 @@ 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 |
-
|
69 |
playwright>=1.26 # used at metagpt/tools/libs/web_scraping.py
|
70 |
anytree
|
71 |
ipywidgets==8.1.1
|
@@ -84,6 +84,5 @@ llama-index-embeddings-huggingface
|
|
84 |
llama-index-llms-openai-like
|
85 |
llama-index-llms-openai-like
|
86 |
llama-index-vector-stores-chroma
|
87 |
-
#terratorch
|
88 |
-
iso8601
|
89 |
-
|
|
|
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
|
|
|
84 |
llama-index-llms-openai-like
|
85 |
llama-index-llms-openai-like
|
86 |
llama-index-vector-stores-chroma
|
87 |
+
#terratorch
|
88 |
+
iso8601
|
|