Skip to content

Commit

Permalink
update required library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Oct 11, 2023
1 parent d76652b commit 4adb758
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -35,7 +35,7 @@
]

mecab_require = [
'mecab-python3>=1.0.0',
'mecab-python3>=1.0.8',
'unidic-lite'
]

Expand Down

0 comments on commit 4adb758

Please sign in to comment.