Skip to content

Commit

Permalink
Update spaCy 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Oct 5, 2024
1 parent 3e54a5b commit 64f34ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 3 additions & 4 deletions data/deps.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"lxml": "5.3.0",
"rapidfuzz": "3.10.0",
"spacy": "3.7.6",
"spacy_cpu_model": "3.7.0",
"en_spacy_cpu_model": "3.7.1",
"thinc-apple-ops": "0.1.5"
"spacy": "3.8.2",
"spacy_cpu_model": "3.8.0",
"thinc-apple-ops": "1.0.0"
}
6 changes: 2 additions & 4 deletions deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ def install_deps(pkg: str, notif: Any) -> None:
else:
# Install X-Ray dependencies
pip_install("rapidfuzz", dep_versions["rapidfuzz"], notif=notif)

if pkg == "":
pip_install("spacy", dep_versions["spacy"], notif=notif)
else:
pip_install("spacy", dep_versions["spacy"], notif=notif)
if pkg != "":
model_version = get_spacy_model_version(pkg, dep_versions)
url = (
"https://github.com/explosion/spacy-models/releases/download/"
Expand Down

0 comments on commit 64f34ad

Please sign in to comment.