Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -13,7 +13,7 @@ torchaudio==2.0.2
|
|
13 |
yt-dlp==2023.9.24
|
14 |
sentencepiece==0.1.95
|
15 |
lxml
|
16 |
-
streamlit
|
17 |
streamlit-webrtc
|
18 |
indic-transliteration
|
19 |
reportlab
|
@@ -21,7 +21,7 @@ openai
|
|
21 |
requests
|
22 |
tavily-python
|
23 |
python-dotenv
|
24 |
-
langchain-core>=0.1.
|
25 |
-
langchain>=0.1.9,<0.2.0
|
26 |
langchain-community>=0.0.24,<0.0.25
|
27 |
langchainhub>=0.1.14,<0.2.0
|
|
|
13 |
yt-dlp==2023.9.24
|
14 |
sentencepiece==0.1.95
|
15 |
lxml
|
16 |
+
streamlit>=1.41.0
|
17 |
streamlit-webrtc
|
18 |
indic-transliteration
|
19 |
reportlab
|
|
|
21 |
requests
|
22 |
tavily-python
|
23 |
python-dotenv
|
24 |
+
langchain-core>=0.1.23
|
25 |
+
langchain>=0.1.9,!=0.1.8,<0.2.0
|
26 |
langchain-community>=0.0.24,<0.0.25
|
27 |
langchainhub>=0.1.14,<0.2.0
|