Greg Thompson commited on
Commit
9564ac0
1 Parent(s): c6f9773

Update requirements with spacy model

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  dill
 
2
  jsonpickle
3
  mathtext @ git+https://gitlab.com/tangibleai/community/mathtext@main
4
  fastapi==0.74.*
 
1
  dill
2
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.1/en_core_web_sm-3.4.1-py3-none-any.whl
3
  jsonpickle
4
  mathtext @ git+https://gitlab.com/tangibleai/community/mathtext@main
5
  fastapi==0.74.*