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

Please publish dependency version bounds #14

Open
ocramz2 opened this issue May 5, 2022 · 1 comment
Open

Please publish dependency version bounds #14

ocramz2 opened this issue May 5, 2022 · 1 comment

Comments

@ocramz2
Copy link

ocramz2 commented May 5, 2022

I'm having some trouble setting up the right dependencies, e.g.

spacy-transformers 1.1.5 requires spacy<4.0.0,>=3.1.3, but you have spacy 3.0.1 which is incompatible.

sv-pipeline 0.0.0 requires spacy<3.1.0,>=3.0.1, but you have spacy 3.3.0 which is incompatible.

AFAIU, spacy-transformers must be at a specific version, earlier than 1.1.5.

Thanks in advance!

@Nuccy90
Copy link
Collaborator

Nuccy90 commented May 5, 2022

Hi, we do not test and update the requirements after each spaCy release, but you can have a look in their release notes where they say that models trained with spaCy v3 should still work fine with the new versions. Hope that helps!

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

No branches or pull requests

2 participants