Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Update spacy requirement from <3.1,>=2.1.0 to >=2.1.0,<3.2 (#5305)
Browse files Browse the repository at this point in the history
Updates the requirements on [spacy](https://github.com/explosion/spaCy) to permit the latest version.
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Commits](explosion/spaCy@v2.1.0...v3.1.0)

---
updated-dependencies:
- dependency-name: spacy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pete <petew@allenai.org>
Co-authored-by: Dirk Groeneveld <dirkg@allenai.org>
  • Loading branch information
3 people authored Jul 26, 2021
1 parent 1f20513 commit 1b5ef3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jsonnet>=0.10.0 ; sys.platform != 'win32'",
"overrides==3.1.0",
"nltk",
"spacy>=2.1.0,<3.1",
"spacy>=2.1.0,<3.2",
"numpy",
"tensorboardX>=1.2",
"boto3>=1.14,<2.0",
Expand Down

0 comments on commit 1b5ef3a

Please sign in to comment.