Update requirements.txt
Browse files- requirements.txt +14 -10
requirements.txt
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
requests
|
3 |
-
|
4 |
-
|
5 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|