Mostly repackaging, but usage remains the same except for __version__
.
setup.py
now pins spacy version tospacy<4.0.0,>=3.0.0
because it does not work withspacy<3
- dev-extras now include
spacy-transformers
to run the tests __version__
variable removed from library files as it was causing import errors during a development install. If you really need to get the version, there are other ways
First release!