We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the addition of https://github.com/JasonKessler/scattertext/blob/master/scattertext/__init__.py#L148 into the __init__.py, spacy is now an explicit requirement, because of:
__init__.py
spacy
https://github.com/JasonKessler/scattertext/blob/master/scattertext/features/featoffsets/flexible_ngram_features.py#L4
The install requirements of the package should be updated to reflect this.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up and helping support Scattertext. I modified the installation requirements in setup.py to explicitly require spaCy>=3.2.
Sorry, something went wrong.
No branches or pull requests
With the addition of https://github.com/JasonKessler/scattertext/blob/master/scattertext/__init__.py#L148 into the
__init__.py
,spacy
is now an explicit requirement, because of:https://github.com/JasonKessler/scattertext/blob/master/scattertext/features/featoffsets/flexible_ngram_features.py#L4
The install requirements of the package should be updated to reflect this.
The text was updated successfully, but these errors were encountered: