seanpedrickcase commited on
Commit
785f157
1 Parent(s): 0b2c988

Included spacy large model in reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  pandas==2.2.2
2
  spacy # Not specified as latest versions create a conflict with latest versions of gradio
3
- en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.7.1/en_core_web_sm-3.7.1.tar.gz
4
  gradio # Not specified as latest versions create a conflict with latest versions of spacy
5
  boto3==1.34.103
6
  unstructured
 
1
  pandas==2.2.2
2
  spacy # Not specified as latest versions create a conflict with latest versions of gradio
3
+ en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.7.1/en_core_web_lg-3.7.1.tar.gz
4
  gradio # Not specified as latest versions create a conflict with latest versions of spacy
5
  boto3==1.34.103
6
  unstructured