Skip to content

Commit

Permalink
bumped internal spacy dependency to v3.7.5
Browse files Browse the repository at this point in the history
push to 1.6.3
  • Loading branch information
Bikatr7 committed Jun 10, 2024
1 parent 7c3ad45 commit 8d7583a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ setuptools_scm>=6.0
tomli
spacy>=3.7.0,<3.8.0
spacy==3.7.5
```
---------------------------------------------------------------------------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ build-backend = "setuptools.build_meta"

[project]
dependencies = [
"spacy>=3.7.0,<3.8.0"
"spacy==3.7.5"
]

name = "kairyou"
version = "v1.6.2"
version = "v1.6.3"
authors = [
{ name="Bikatr7", email="Bikatr7@proton.me" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/kairyou/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
## Use of this source code is governed by an GNU Lesser General Public License v2.1
## license that can be found in the LICENSE file.

VERSION = "1.6.2"
VERSION = "1.6.3"
1 change: 0 additions & 1 deletion tests/passing.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def main():
length_of_katakana_words = len(KatakanaUtil.katakana_words)

if(not katakana_only or not_katakana_only):
print(katakana_only, not_katakana_only)
raise ValueError("Test failed")

if(length_of_katakana_words < 5000):
Expand Down

0 comments on commit 8d7583a

Please sign in to comment.