Skip to content

Commit

Permalink
deps: remove importlib-metadata since konoha now for py38 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jan 12, 2024
1 parent 038e124 commit 1899c82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion konoha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""__init__.py."""
from importlib_metadata import version
from importlib.metadata import version

from konoha.sentence_tokenizer import SentenceTokenizer # NOQA
from konoha.word_tokenizer import WordTokenizer # NOQA
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8.0"
importlib-metadata = ">=4.0.0,<7.0.0"
janome = {version = "^0.5.0", optional = true}
natto-py = {version = "^1.0.0", optional = true}
kytea = {version = "^0.1.4", optional = true}
Expand Down

0 comments on commit 1899c82

Please sign in to comment.