-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Update spacy to version 2.3 #1963
base: master
Are you sure you want to change the base?
Conversation
Can we get some support to get this merged? this is blocking a whole host of people, seems I am now the latest. Related issues, documented: #2126 explosion/spaCy#6158 #2095 |
I think we should directly update to v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -11,5 +11,5 @@ sphinx>=3.0,<3.1 | |||
sphinx_rtd_theme | |||
pyyaml>=5.3,<5.4 | |||
git+git://github.com/gunthercox/chatterbot-corpus@master#egg=chatterbot_corpus | |||
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm | |||
https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-2.2.5/de_core_news_sm-2.2.5.tar.gz#egg=de_core_news_sm | |||
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.0/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spacy needs to be updated to 3.2.4
@@ -11,5 +11,5 @@ sphinx>=3.0,<3.1 | |||
sphinx_rtd_theme | |||
pyyaml>=5.3,<5.4 | |||
git+git://github.com/gunthercox/chatterbot-corpus@master#egg=chatterbot_corpus | |||
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm | |||
https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-2.2.5/de_core_news_sm-2.2.5.tar.gz#egg=de_core_news_sm | |||
https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.0/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spacy 3.2.4
No description provided.