Update requirements.txt
Browse files- requirements.txt +7 -8
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
streamlit==1.22.0
|
2 |
openai==1.3.0
|
3 |
python-dotenv==1.0.0
|
4 |
-
transformers
|
5 |
torch==1.13.1
|
6 |
-
sentence-transformers
|
7 |
networkx==2.8.4
|
8 |
scikit-learn==1.2.2
|
9 |
PyPDF2==3.0.1
|
@@ -11,9 +11,9 @@ python-docx==0.8.11
|
|
11 |
SpeechRecognition==3.10.0
|
12 |
gTTS==2.3.1
|
13 |
Pillow==9.5.0
|
14 |
-
langchain
|
15 |
-
langchain_huggingface
|
16 |
-
langchain_community
|
17 |
google-api-python-client
|
18 |
streamlit-lottie
|
19 |
requests
|
@@ -22,11 +22,10 @@ beautifulsoup4
|
|
22 |
plotly
|
23 |
pandas
|
24 |
numpy
|
25 |
-
networkx
|
26 |
docx2txt
|
27 |
-
PyPDF2
|
28 |
tenacity
|
29 |
pydub
|
30 |
docx
|
31 |
markdown
|
32 |
-
pygame
|
|
|
|
1 |
streamlit==1.22.0
|
2 |
openai==1.3.0
|
3 |
python-dotenv==1.0.0
|
4 |
+
transformers>=4.39.0
|
5 |
torch==1.13.1
|
6 |
+
sentence-transformers>=2.2.2
|
7 |
networkx==2.8.4
|
8 |
scikit-learn==1.2.2
|
9 |
PyPDF2==3.0.1
|
|
|
11 |
SpeechRecognition==3.10.0
|
12 |
gTTS==2.3.1
|
13 |
Pillow==9.5.0
|
14 |
+
langchain==0.2.14
|
15 |
+
langchain_huggingface==0.0.3
|
16 |
+
langchain_community==0.2.12
|
17 |
google-api-python-client
|
18 |
streamlit-lottie
|
19 |
requests
|
|
|
22 |
plotly
|
23 |
pandas
|
24 |
numpy
|
|
|
25 |
docx2txt
|
|
|
26 |
tenacity
|
27 |
pydub
|
28 |
docx
|
29 |
markdown
|
30 |
+
pygame
|
31 |
+
playsound
|