diff --git a/setup.py b/setup.py index b1ea0a45..f9a5618e 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,6 @@ }, extras_require={ 'vectors': ['numpy', 'scipy', 'statsmodels', 'tables', 'pandas', 'scikit-learn', - 'mecab-python3', 'jieba', 'marisa_trie', 'matplotlib >= 2', 'annoy'] + 'mecab-python3', 'jieba', 'marisa_trie', 'matplotlib >= 2', 'annoy', 'ipadic'] }, )