vineelagampa commited on
Commit
5812284
·
verified ·
1 Parent(s): d81e914

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # <-- 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
 
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