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

Commit

Permalink
Update spacy requirement from ~=2.3 to ~=3.7
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.3.0...v3.7.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 640188a commit ca2023f
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 @@ -31,7 +31,7 @@ dependencies = [
"diskcache~=5.4",
"websockets~=12.0",
"targer-api~=1.1",
"spacy~=2.3",
"spacy~=3.7",
"ir-axioms~=0.1.3",
"urllib3~=2.2",
"pillow~=10.2",
Expand Down

0 comments on commit ca2023f

Please sign in to comment.