dawid-lorek commited on
Commit
da0d712
·
verified ·
1 Parent(s): 57bc7b8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -10
requirements.txt CHANGED
@@ -1,11 +1,15 @@
1
- gradio
 
 
 
 
 
 
 
 
 
 
2
  requests
3
- smolagents
4
- litellm
5
- SpeechRecognition
6
- pydub
7
- pytesseract
8
- pillow
9
- duckduckgo-search
10
- transformers
11
- smolagents[transformers]
 
1
+ langchain==0.2.2
2
+ langchain-google-genai==1.0.3
3
+ langchain-community==0.2.2
4
+ langchain-core==0.2.2
5
+ gradio==4.32.1
6
+ pandas==2.2.2
7
+ speechrecognition==3.10.1
8
+ pydub==0.25.1
9
+ wikipedia==1.4.0
10
+ openai==1.30.5
11
+ tqdm
12
  requests
13
+ # For WikipediaLoader (langchain_community), might need extra:
14
+ beautifulsoup4
15
+ lxml