From 4adb7583adf7a510abe6369a49ee55a5fb759051 Mon Sep 17 00:00:00 2001 From: Sami Virpioja Date: Wed, 11 Oct 2023 15:22:42 +0300 Subject: [PATCH] update required library versions --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c206846..91799cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ scikit-learn>=0.24.0 sentence-splitter==1.4 tqdm>=4.38.0 fasttext==0.9.2 -mecab-python3==1.0.5 +mecab-python3>=1.0.8 unidic-lite==1.0.8 subword-nmt==0.3.8 Morfessor==2.0.6 diff --git a/setup.py b/setup.py index f567c42..4eec909 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "langid", "matplotlib", "morfessor", - "opus-fast-mosestokenizer", + "opus-fast-mosestokenizer>=0.0.8.5", "pandas>=1.0.0", "pycld2", "xxhash>=3.2.0", @@ -35,7 +35,7 @@ ] mecab_require = [ - 'mecab-python3>=1.0.0', + 'mecab-python3>=1.0.8', 'unidic-lite' ]