Musharraf11 commited on
Commit
ec5c2d0
1 Parent(s): 62bf655

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -16
requirements.txt CHANGED
@@ -1,16 +1,16 @@
1
- streamlit==1.35.0 # Latest stable version
2
- streamlit-option-menu
3
- google-generativeai
4
- python-dotenv==0.20.0 # Latest stable version
5
- langchain
6
- PyPDF2==2.32.1 # Latest stable version
7
- chromadb==1.8.2 # Latest stable version
8
- faiss-cpu
9
- langchain_google_genai
10
- pandas
11
- beautifulsoup4==4.11.1 # Latest stable version
12
- selenium
13
- webdriver-manager
14
- pyttsx3==2.31.0 # Latest stable version
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