chartbeat-labs / textacy

NLP, before and after spaCy
https://textacy.readthedocs.io
Other
2.21k stars 249 forks source link

Update setup.cfg #320

Closed gryBox closed 3 years ago

gryBox commented 3 years ago

Update spacy, numpy, scikit requirements to the latest version. Fixes #319 #315

Types of changes

Checklist:

bdewilde commented 3 years ago

Hi @gryBox ! Unfortunately the changes required to incorporate newer versions of these packages are significant, so we can't just update the dependency pins as done here. I've started working on this in the develop branch. No promises on timelines, but I'm making progress.

gryBox commented 3 years ago

Hi @bdewilde - No worries.. I also imagine a lot of breaking changes to peoples code! Thanks for all your work on this project.