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

Upgrade to spacy 3.x #3338

Closed
rosbo opened this issue Apr 27, 2021 · 3 comments
Closed

Upgrade to spacy 3.x #3338

rosbo opened this issue Apr 27, 2021 · 3 comments

Comments

@rosbo
Copy link

rosbo commented Apr 27, 2021

Hi,

I am an engineer on the Kaggle Notebooks team.

We maintain a Docker image with several data science packages pre-installed for the Kaggle notebooks environment.

We want to upgrade the spacy package to 3.x.

However, fastai has a strict dependency on spacy<3:

requirements = fastcore>=1.3.8,<1.4 torchvision>=0.8.2,<0.9 matplotlib pandas requests pyyaml fastprogress>=0.2.4 pillow>6.0.0 scikit-learn scipy spacy<3

Is it on your radar to add support for spacy 3.x?

Thread about upgrading spacy on the Kaggle docker python image repo: Kaggle/docker-python#986

Thank you

@jph00
Copy link
Member

jph00 commented Apr 29, 2021

Thanks @rosbo . I'll take a look and see how much work it'll be to support spacy3.

@jph00
Copy link
Member

jph00 commented May 4, 2021

@rosbo this is now done - use fastai 2.3.1 for compat with spacy3

@jph00 jph00 closed this as completed May 4, 2021
@rosbo
Copy link
Author

rosbo commented May 4, 2021

Thanks @jph00 for the quick turnaround on this.

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

No branches or pull requests

3 participants