Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -1,13 +1,9 @@
|
|
| 1 |
-
numpy
|
| 2 |
torch
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
transformers==3.5.1
|
| 6 |
-
sentencepiece
|
| 7 |
beautifulsoup4
|
| 8 |
nltk
|
| 9 |
PyPDF2
|
| 10 |
docx2txt
|
| 11 |
-
bert-extractive-summarizer
|
| 12 |
altair<5
|
| 13 |
-
validators==0.35.0
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
+
transformers>=4.41,<5
|
| 3 |
+
sentencepiece>=0.2.0
|
|
|
|
|
|
|
| 4 |
beautifulsoup4
|
| 5 |
nltk
|
| 6 |
PyPDF2
|
| 7 |
docx2txt
|
|
|
|
| 8 |
altair<5
|
| 9 |
+
validators==0.35.0
|