scattertext icon indicating copy to clipboard operation
scattertext copied to clipboard

Scattertext 0.1.8 requires spacy

Open synapticarbors opened this issue 2 years ago • 1 comments

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.

synapticarbors avatar Nov 04 '22 11:11 synapticarbors

Thanks for bringing this up and helping support Scattertext. I modified the installation requirements in setup.py to explicitly require spaCy>=3.2.

JasonKessler avatar Dec 08 '22 07:12 JasonKessler