rudaoshi commited on
Commit
51b881a
·
1 Parent(s): 685c2c0

add spacy dependency

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -6,4 +6,5 @@ numpy>=1.24.0
6
  jsonlines>=3.1.0
7
  networkx>=3.0
8
  graphviz>=0.20.0
 
9
 
 
6
  jsonlines>=3.1.0
7
  networkx>=3.0
8
  graphviz>=0.20.0
9
+ spacy>=3.8.11
10