Skip to content

Commit

Permalink
Bump spacy from 3.6.1 to 3.8.2
Browse files Browse the repository at this point in the history
Bumps [spacy](https://github.com/explosion/spaCy) from 3.6.1 to 3.8.2.
- [Release notes](https://github.com/explosion/spaCy/releases)
- [Commits](explosion/spaCy@v3.6.1...release-v3.8.2)

---
updated-dependencies:
- dependency-name: spacy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 97050ac commit 5e267f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ countrytagger==0.1.2
pyicu==2.12
google-cloud-vision==3.7.2
tesserocr==2.7.1
spacy==3.6.1 # pinned because spacy 3.8 requires numpy >2 which breaks fasttext (see https://groups.google.com/g/fasttext-library/c/4EOM0-S6xHU)
spacy==3.8.2 # pinned because spacy 3.8 requires numpy >2 which breaks fasttext (see https://groups.google.com/g/fasttext-library/c/4EOM0-S6xHU)
numpy<2.0.0 # pinned because otherwise spacy requires an incompatible numpy
fingerprints==1.1.1
fasttext==0.9.2
Expand Down

0 comments on commit 5e267f6

Please sign in to comment.