Update requirements.txt
Browse files- requirements.txt +2 -9
requirements.txt
CHANGED
|
@@ -1,18 +1,11 @@
|
|
| 1 |
-
# For Hugging Face Spaces with Gradio
|
| 2 |
gradio==4.8.0
|
| 3 |
openai==0.28.0
|
| 4 |
pyyaml==6.0.1
|
| 5 |
aiohttp==3.9.0
|
| 6 |
beautifulsoup4==4.12.2
|
| 7 |
requests==2.31.0
|
| 8 |
-
duckduckgo-search==3.
|
| 9 |
-
|
| 10 |
-
# MetaGPT dependencies
|
| 11 |
-
pydantic==2.5.0
|
| 12 |
tenacity==8.2.3
|
| 13 |
jinja2==3.1.2
|
| 14 |
loguru==0.7.2
|
| 15 |
-
|
| 16 |
-
# Will be compiled on HF (they support it)
|
| 17 |
-
tiktoken==0.5.2
|
| 18 |
-
lxml==4.9.3
|
|
|
|
|
|
|
| 1 |
gradio==4.8.0
|
| 2 |
openai==0.28.0
|
| 3 |
pyyaml==6.0.1
|
| 4 |
aiohttp==3.9.0
|
| 5 |
beautifulsoup4==4.12.2
|
| 6 |
requests==2.31.0
|
| 7 |
+
duckduckgo-search==6.3.7
|
| 8 |
+
pydantic==2.4.2
|
|
|
|
|
|
|
| 9 |
tenacity==8.2.3
|
| 10 |
jinja2==3.1.2
|
| 11 |
loguru==0.7.2
|
|
|
|
|
|
|
|
|
|
|
|