-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spaCy model download to full name (#1338)
* Update spaCy model download to full name Short 'en' and 'de' names has been deprecated since spaCy 3.0, so use fullname instead as suggested by the warning: ``` [!] As of spaCy v3.0, shortcuts like 'en' are deprecated. Pleaseuse the full pipeline package name 'en_core_web_sm' instead. [!] As of spaCy v3.0, shortcuts like 'de' are deprecated. Pleaseuse the full pipeline package name 'de_core_news_sm' instead. ``` * Add retries to window build downloads * Also, pin spacy version
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ PyHamcrest | |
bs4 | ||
awscliv2==2.1.1 | ||
flask | ||
spacy | ||
spacy==3.4.1 | ||
ray[tune] | ||
tensorboard | ||
jinja2==3.0.3 | ||
|