Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
streamlit==1.25.0
|
| 2 |
-
sentence-transformers
|
| 3 |
-
torch
|
| 4 |
PyPDF2==3.0.1
|
| 5 |
numpy==1.24.3
|
| 6 |
scipy==1.11.3
|
| 7 |
-
|
|
|
|
|
|
| 1 |
streamlit==1.25.0
|
| 2 |
+
sentence-transformers>=2.2.2
|
| 3 |
+
torch>=2.0.0
|
| 4 |
PyPDF2==3.0.1
|
| 5 |
numpy==1.24.3
|
| 6 |
scipy==1.11.3
|
| 7 |
+
huggingface_hub>=0.16.4
|
| 8 |
+
transformers>=4.28.1
|