Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -3,10 +3,11 @@ numpy==1.25.2
|
|
| 3 |
pandas==2.1.0
|
| 4 |
PyPDF2==2.12.1
|
| 5 |
python-docx==0.8.11
|
| 6 |
-
sentence-transformers
|
| 7 |
-
huggingface-hub
|
| 8 |
torch==2.1.0
|
| 9 |
scikit-learn==1.3.0
|
| 10 |
-
spacy==3.7.
|
|
|
|
| 11 |
fpdf==1.7.2
|
| 12 |
-
typer
|
|
|
|
| 3 |
pandas==2.1.0
|
| 4 |
PyPDF2==2.12.1
|
| 5 |
python-docx==0.8.11
|
| 6 |
+
sentence-transformers==2.2.2
|
| 7 |
+
huggingface-hub==0.16.4
|
| 8 |
torch==2.1.0
|
| 9 |
scikit-learn==1.3.0
|
| 10 |
+
spacy==3.7.5
|
| 11 |
+
en-core-web-sm==3.7.1
|
| 12 |
fpdf==1.7.2
|
| 13 |
+
typer==0.9.4
|