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

Pin spaCy version to <3 #314

Merged
merged 1 commit into from
Jun 22, 2021
Merged

Conversation

polm
Copy link
Contributor

@polm polm commented Jun 22, 2021

The latest release of neuralcoref doesn't pin the max spaCy version, so if you pip install neuralcoref it'll happily pull in spaCy 3 and not work. This PR fixes that.

This pin already specified in requirements.txt, but not in setup.py. Also
the version spec for requests looks similar, maybe it was put there by
mistake?

This is already specified in requirements.txt, but not in setup.py. Also
the version spec for requests looks similar, maybe it was put there by
mistake?
@svlandeg
Copy link
Collaborator

It looks like requests was touched last 2 years ago, so I think that's correct.

@svlandeg svlandeg merged commit 60338df into huggingface:master Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants