Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -13,8 +13,8 @@ PyMuPDF==1.22.5
|
|
| 13 |
|
| 14 |
# --- NLP ---
|
| 15 |
spacy==3.2.4
|
| 16 |
-
thinc==8.0.17 #
|
| 17 |
-
typing-extensions==4.5.0 #
|
| 18 |
negspacy==1.0.2
|
| 19 |
fuzzywuzzy==0.18.0
|
| 20 |
python-Levenshtein==0.21.1
|
|
|
|
| 13 |
|
| 14 |
# --- NLP ---
|
| 15 |
spacy==3.2.4
|
| 16 |
+
thinc==8.0.17 # pin to match spaCy 3.2.x
|
| 17 |
+
typing-extensions==4.5.0 # avoids the issubclass/type-check blowup
|
| 18 |
negspacy==1.0.2
|
| 19 |
fuzzywuzzy==0.18.0
|
| 20 |
python-Levenshtein==0.21.1
|