Skip to content

Commit

Permalink
Update proficiency 0.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Aug 9, 2024
1 parent dda3e64 commit af6ad70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/deps.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"lxml": "5.2.2",
"rapidfuzz": "3.9.4",
"rapidfuzz": "3.9.6",
"spacy": "3.7.5",
"spacy_cpu_model": "3.7.0",
"en_spacy_cpu_model": "3.7.1",
"thinc-apple-ops": "0.1.5",
"thinc-apple-ops": "0.1.5"
}
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing import Any, TypedDict

CJK_LANGS = ["zh", "ja", "ko"]
PROFICIENCY_VERSION = "0.5.19"
PROFICIENCY_VERSION = "0.5.20"
PROFICIENCY_RELEASE_URL = (
f"https://github.com/xxyzz/Proficiency/releases/download/v{PROFICIENCY_VERSION}"
)
Expand Down

0 comments on commit af6ad70

Please sign in to comment.