diff --git a/setup.py b/setup.py index 5a53ffb..ec9aa32 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ url='https://github.com/pnpnpn/dna2vec', license='MIT', install_requires=[ - 'gensim>=0.13,<1.0' + 'gensim>=0.13,<1.0', + 'logbook', ], packages=find_packages())