Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
transformers==4.
|
2 |
-
sentence-transformers
|
3 |
-
faiss-cpu
|
4 |
-
PyMuPDF
|
5 |
-
pandas
|
6 |
-
python-docx
|
7 |
-
xlrd
|
8 |
-
openpyxl
|
9 |
-
beautifulsoup4
|
10 |
streamlit==1.24.1
|
11 |
|
12 |
|
|
|
1 |
+
transformers==4.25.1
|
2 |
+
sentence-transformers==2.2.2
|
3 |
+
faiss-cpu==1.7.4
|
4 |
+
PyMuPDF==1.19.6
|
5 |
+
pandas==1.5.3
|
6 |
+
python-docx==0.8.11
|
7 |
+
xlrd==2.0.1
|
8 |
+
openpyxl==3.0.10
|
9 |
+
beautifulsoup4==4.11.1
|
10 |
streamlit==1.24.1
|
11 |
|
12 |
|