Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -6,9 +6,9 @@ streamlit
|
|
| 6 |
nltk
|
| 7 |
textstat
|
| 8 |
plotly
|
| 9 |
-
en-core-web-lg
|
| 10 |
networkx
|
| 11 |
-
spacy
|
|
|
|
| 12 |
python-docx
|
| 13 |
PyPDF2
|
| 14 |
seaborn
|
|
|
|
| 6 |
nltk
|
| 7 |
textstat
|
| 8 |
plotly
|
|
|
|
| 9 |
networkx
|
| 10 |
+
spacy>=3.0.0
|
| 11 |
+
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1-py3-none-any.whl
|
| 12 |
python-docx
|
| 13 |
PyPDF2
|
| 14 |
seaborn
|