Skip to content

Commit

Permalink
Upgrade spaCy to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Jul 12, 2022
1 parent 29b9dee commit 209c25a
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 179 deletions.
14 changes: 7 additions & 7 deletions data/spacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"jarowinkler": {
"compiled": true,
"version": "1.0.5"
"version": "1.1.2"
},
"langcodes": {
"compiled": false,
Expand All @@ -49,7 +49,7 @@
},
"numpy": {
"compiled": true,
"version": "1.23.0"
"version": "1.23.1"
},
"packaging": {
"compiled": false,
Expand All @@ -65,15 +65,15 @@
},
"pydantic": {
"compiled": true,
"version": "1.8.2"
"version": "1.9.1"
},
"pyparsing": {
"compiled": false,
"version": "3.0.9"
},
"rapidfuzz": {
"compiled": true,
"version": "2.1.1"
"version": "2.1.3"
},
"requests": {
"compiled": false,
Expand All @@ -85,7 +85,7 @@
},
"spacy": {
"compiled": true,
"version": "3.3.1"
"version": "3.4.0"
},
"spacy-legacy": {
"compiled": false,
Expand All @@ -101,7 +101,7 @@
},
"thinc": {
"compiled": true,
"version": "8.0.17"
"version": "8.1.0"
},
"tqdm": {
"compiled": false,
Expand All @@ -117,7 +117,7 @@
},
"urllib3": {
"compiled": false,
"version": "1.26.9"
"version": "1.26.10"
},
"wasabi": {
"compiled": false,
Expand Down
10 changes: 3 additions & 7 deletions data/spacy_extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"numpy": {
"compiled": true,
"version": "1.22.4"
"version": "1.23.1"
}
},
"mac_arm": {
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"urllib3": {
"compiled": false,
"version": "1.26.9"
"version": "1.26.10"
}
},
"wiktionary_cjk": {
Expand All @@ -60,13 +60,9 @@
}
},
"zh": {
"Cython": {
"compiled": true,
"version": "0.29.30"
},
"spacy-pkuseg": {
"compiled": true,
"version": "0.0.30"
"version": "0.0.31"
}
}
}
2 changes: 1 addition & 1 deletion deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)

PLUGINS_PATH = get_plugin_path()
SPACY_MODEL_VERSION = "3.3.0"
SPACY_MODEL_VERSION = "3.4.0"


def install_deps(model, book_fmt, notif):
Expand Down
Loading

0 comments on commit 209c25a

Please sign in to comment.