Skip to content

v0.3.0: Avoid depending on spaCy itself

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Sep 17:25
· 19 commits to main since this release

Drop the direct dependency on spaCy, to avoid requirement circles.

Specifically, we're changing models to no longer specify a spaCy version as a requirement, to allow models to be forward compatible. However, the transformer models depend on this library. If it then pulls in spaCy, we end up with spaCy in the requirements again.