Skip to content

Commit

Permalink
deps:(deps-dev): update spacy[transformers] requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [spacy[transformers]](https://github.com/explosion/spaCy) to permit the latest version.
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Commits](explosion/spaCy@v3.2.0...v3.6.0)

---
updated-dependencies:
- dependency-name: spacy[transformers]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 6b5f903 commit f5f0218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requires-python = ">=3.9"
dependencies = [
"spacy-wrap>=1.4.1,<1.5.0",
"spacy-experimental >= 0.6.2",
"spacy[transformers]>=3.2.0,<3.6.0",
"spacy[transformers]>=3.2.0,<3.7.0",
"pandas>=1.0.0,<2.0.0",
"tqdm>=4.42.1,<4.66.0",
]
Expand Down

0 comments on commit f5f0218

Please sign in to comment.