From 11037072d3ddd5462b79b540b0973b855af885f0 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Tue, 28 Feb 2023 12:06:36 -0500 Subject: [PATCH] Libraries versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78f712b3..7157249a 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', -- GitLab