Spaces:
Sleeping
Sleeping
Musharraf11
commited on
Commit
•
ec5c2d0
1
Parent(s):
62bf655
Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
streamlit-option-menu
|
3 |
-
google-generativeai
|
4 |
-
python-dotenv==0.
|
5 |
-
langchain
|
6 |
-
PyPDF2==
|
7 |
-
chromadb==
|
8 |
-
faiss-cpu
|
9 |
-
|
10 |
-
pandas
|
11 |
-
beautifulsoup4==4.
|
12 |
-
selenium
|
13 |
-
webdriver-manager
|
14 |
-
pyttsx3==2.
|
15 |
-
langchain-community
|
16 |
-
requests
|
|
|
1 |
+
streamlit==1.28.2
|
2 |
+
streamlit-option-menu==0.3.6
|
3 |
+
google-generativeai==0.4.1
|
4 |
+
python-dotenv==1.0.1
|
5 |
+
langchain==0.2.3
|
6 |
+
PyPDF2==3.0.1
|
7 |
+
chromadb==0.5.0
|
8 |
+
faiss-cpu==1.7.4
|
9 |
+
langchain-google-genai==1.0.1
|
10 |
+
pandas==1.5.3
|
11 |
+
beautifulsoup4==4.12.2
|
12 |
+
selenium==4.21.0
|
13 |
+
webdriver-manager==4.0.1
|
14 |
+
pyttsx3==2.90
|
15 |
+
langchain-community==0.2.4
|
16 |
+
requests==2.31.0
|