emmatliu commited on
Commit
5e3f843
1 Parent(s): 84c1289

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  scipy
2
- spacy
 
3
  https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
4
  sentencepiece
5
  tensorflow
 
1
  scipy
2
+ Cython==0.29.36
3
+ spacy==3.0.6 --no-build-isolation
4
  https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
5
  sentencepiece
6
  tensorflow