Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
huggingface-hub<0.24.0
|
| 2 |
spacy>=3.7.0
|
| 3 |
sentence-transformers
|
|
|
|
|
|
|
| 4 |
pdfplumber
|
| 5 |
python-docx
|
| 6 |
scikit-learn
|
| 7 |
reportlab
|
| 8 |
plotly
|
|
|
|
| 9 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|
|
|
|
| 1 |
huggingface-hub<0.24.0
|
| 2 |
spacy>=3.7.0
|
| 3 |
sentence-transformers
|
| 4 |
+
transformers
|
| 5 |
+
accelerate
|
| 6 |
pdfplumber
|
| 7 |
python-docx
|
| 8 |
scikit-learn
|
| 9 |
reportlab
|
| 10 |
plotly
|
| 11 |
+
torch
|
| 12 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1-py3-none-any.whl
|