Skip to content

Commit

Permalink
Merge pull request #3394 from himkt/konoha-update
Browse files Browse the repository at this point in the history
deps: relax version constraint for konoha
  • Loading branch information
alanakbik authored Feb 2, 2024
2 parents 347b9a8 + dd580c5 commit d4332d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion flair/tokenization.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def __init__(self, tokenizer: str, sudachi_mode: str = "A") -> None:
)
log.warning('- Install konoha with "pip install konoha[{tokenizer_name}]"')
log.warning(' - You can choose tokenizer from ["mecab", "janome", "sudachi"].')
log.warning("Note that we Flair support only konoha<5.0.0,>=4.0.0")
log.warning("-" * 100)
sys.exit()

Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
black[jupyter]>=23.3.0
konoha>=4.6.5,<5.0.0
konoha<6.0.0
mypy>=1.2.0
pytest>=7.3.1
pytest-black-ng>=0.4.1
Expand Down

0 comments on commit d4332d2

Please sign in to comment.