From cf5500962882f7b1d2d396e05676bbabb3b979aa Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Tue, 28 Feb 2023 12:03:04 -0500
Subject: [PATCH] Libraries versions

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index b78cfefd..78f712b3 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.1"],
+                      "imblearn==0.9"],
     extras_require={
             'dev': ['pytest', 'pytest-cov'],
             'doc': ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi',
-- 
GitLab