Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
beautifulsoup4==4.11.1
|
2 |
faiss-cpu==1.7.2
|
3 |
fpdf==1.7.2
|
@@ -5,8 +6,8 @@ google-api-python-client==2.52.0
|
|
5 |
google-auth==2.15.0
|
6 |
google-auth-oauthlib==0.5.3
|
7 |
langchain-groq==0.1.0
|
8 |
-
matplotlib==3.
|
9 |
-
numpy==1.
|
10 |
pandas==1.4.1
|
11 |
PyPDF2==1.26.0
|
12 |
python-docx==0.8.11
|
|
|
1 |
+
scipy==1.10.1
|
2 |
beautifulsoup4==4.11.1
|
3 |
faiss-cpu==1.7.2
|
4 |
fpdf==1.7.2
|
|
|
6 |
google-auth==2.15.0
|
7 |
google-auth-oauthlib==0.5.3
|
8 |
langchain-groq==0.1.0
|
9 |
+
matplotlib==3.7.1
|
10 |
+
numpy==1.24.3
|
11 |
pandas==1.4.1
|
12 |
PyPDF2==1.26.0
|
13 |
python-docx==0.8.11
|