Skip to content
New issue

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

Add support for stanza 1.7 and 1.8 #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

michael-k
Copy link
Contributor

@michael-k michael-k commented May 24, 2024

Tests are green with #101. They fail because emoji 2.12.0 (a dependency of stanza) doesn't have a lower bound on typing-extensions (see carpedm20/emoji#297), but spacy has an upper bound ( 😢 ).

There are other ways to fix this¹ apart from dropping support for Python < 3.8, but with 3.7 being beyond its lifespan for almost 1 year and your work on spacy 4 (although I don't know when to expect this), I don't think its worth it.

Also: That the tests for Python 3.7 fail is unrelated to this PR. They fail for the default branch as well.

¹Eg. relax the upper bound in spacy or disallow emoji 2.12.0 to be installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant