diff --git a/setup.py b/setup.py index 78f712b323e825fb84325d2031464e6056fb53d2..7157249a93896c66b9314b6f59851395493d2c9d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def setup_package(): 'pandas==0.23', 'pyyaml>=3.12', 'plotly>=4.2.1', 'matplotlib==3.1.1', 'tabulate==0.8.6', 'pyscm-ml==1.0.0', "randomscm @ git+https://github.com/thibgo/randomscm.git#egg=randomscm", - "imblearn==0.9"], + "imbalanced-learn==0.9"], extras_require={ 'dev': ['pytest', 'pytest-cov'], 'doc': ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi',