Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
altair
|
2 |
pandas
|
3 |
|
4 |
-
streamlit
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
huggingface-hub
|
|
|
1 |
altair
|
2 |
pandas
|
3 |
|
4 |
+
streamlit==1.32.0
|
5 |
+
sentence-transformers==2.6.1
|
6 |
+
faiss-cpu==1.8.0
|
7 |
+
PyPDF2==3.0.1
|
8 |
+
python-docx==0.8.11
|
9 |
+
huggingface-hub==0.22.2
|
10 |
+
transformers==4.40.0
|
11 |
+
pdfkit==1.0.0
|
12 |
+
numpy==1.26.0
|
|