diff --git a/setup.py b/setup.py index 3349f64..c755476 100644 --- a/setup.py +++ b/setup.py @@ -62,5 +62,5 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['requests', 'plotly', 'numpy', 'pandas', 'bs4', 'scipy', 'sklearn', 'lxml', 'tensorboard', 'tensorboardX'] + install_requires=['requests', 'plotly', 'numpy', 'pandas', 'bs4', 'scipy', 'scikit-learn', 'lxml', 'tensorboard', 'tensorboardX'] )