hhhhdgfs commited on
Commit
ccb0c73
·
verified ·
1 Parent(s): eed95eb

Upload requirements_gradio.txt

Browse files
Files changed (1) hide show
  1. requirements_gradio.txt +18 -0
requirements_gradio.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.0
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