Skip to content

v2.1.2: Avoid specifying spacy as an install dependency

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 19:07

Specifying spaCy as a dependency causes the models to depend on spaCy as well, which causes the model artifacts to be pinned to a particular range of spaCy versions. spaCy's download already specifies which models it's compatible with, so we don't want this --- it causes spurious model repackaging and redownloading for irrelevant changes.