Support spaCy 3.0
davidmezzetti opened this issue · 2 comments
davidmezzetti commented
Currently, scispacy doesn't have models for spacy 3.0 - see allenai/scispacy#303
A temporary workaround is to install spacy 2.x via
pip install spacy==2.3.5
If scispacy isn't updated in the near term, a dot release will be put out to limit setup.py to spacy 2.x
davidmezzetti commented
This change will require a rebuild of the study attribute and design models
davidmezzetti commented
Closing since study attribute and design models to be removed