xinli80 commited on
Commit
1d361fc
·
verified ·
1 Parent(s): e028869

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -1
requirements.txt CHANGED
@@ -1,2 +1,18 @@
1
  gradio
2
- requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  gradio
2
+ requests
3
+ pandas
4
+
5
+ # LangGraph agent stack
6
+ langgraph>=0.6.0
7
+ langchain>=0.3.0
8
+ langchain-core>=0.3.0
9
+ langchain-community>=0.3.0
10
+ langchain-huggingface>=0.3.0
11
+ huggingface_hub>=0.27.0
12
+
13
+ # Tools
14
+ duckduckgo-search>=6.3.0
15
+ wikipedia>=1.4.0
16
+ markdownify>=0.13.0
17
+ pypdf>=4.3.0
18
+ openpyxl>=3.1.0