ekabaruh commited on
Commit
2402331
·
verified ·
1 Parent(s): 98e6a76

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -21
requirements.txt CHANGED
@@ -1,21 +1,20 @@
1
- gradio>=5.0.0
2
- requests>=2.31.0
3
- pandas>=2.0.0
4
- openai>=1.0.0
5
- langgraph>=0.2.0
6
- langchain>=0.3.0
7
- langchain-core>=0.3.0
8
- langchain-openai>=0.2.0
9
- langchain-community>=0.3.0
10
- duckduckgo-search>=6.0.0
11
- typing-extensions>=4.5.0
12
- pydantic>=2.0.0
13
- pydantic-settings>=2.0.0
14
- python-dotenv>=1.0.0
15
-
16
- # Image processing
17
- Pillow>=10.0.0
18
- matplotlib>=3.7.0
19
-
20
- # Additional tools
21
- chardet>=5.2.0
 
1
+ gradio
2
+ requests
3
+ langchain
4
+ langchain-community
5
+ langchain-core
6
+ langchain-google-genai
7
+ langchain-huggingface
8
+ langchain-groq
9
+ langchain-tavily
10
+ langchain-chroma
11
+ langgraph
12
+ huggingface_hub
13
+ supabase
14
+ arxiv
15
+ pymupdf
16
+ wikipedia
17
+ pgvector
18
+ python-dotenv
19
+ pytesseract
20
+ matplotlib