Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -13,6 +13,8 @@ PyMuPDF==1.22.5
|
|
| 13 |
|
| 14 |
# --- NLP ---
|
| 15 |
spacy==3.2.4
|
|
|
|
|
|
|
| 16 |
negspacy==1.0.2
|
| 17 |
fuzzywuzzy==0.18.0
|
| 18 |
python-Levenshtein==0.21.1
|
|
|
|
| 13 |
|
| 14 |
# --- NLP ---
|
| 15 |
spacy==3.2.4
|
| 16 |
+
thinc==8.0.17 # <-- add this
|
| 17 |
+
typing-extensions==4.5.0 # <-- add this
|
| 18 |
negspacy==1.0.2
|
| 19 |
fuzzywuzzy==0.18.0
|
| 20 |
python-Levenshtein==0.21.1
|