BlueGod01 commited on
Commit
341b4b1
·
verified ·
1 Parent(s): 7499168

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,6 +1,9 @@
1
- litellm
2
- gradio
3
- Pillow
4
- pandas
5
- requests
6
- smolagents[toolkit]
 
 
 
 
1
+ langgraph>=0.1.0
2
+ langchain>=0.3.0
3
+ langchain-google-genai>=1.0.0
4
+ langchain-community>=0.3.0
5
+ duckduckgo-search>=6.0.0
6
+ gradio>=4.0.0
7
+ pandas>=2.0.0
8
+ requests>=2.31.0
9
+ pillow>=10.0.0