From bbec1c0ee7bcedd9e1d6db549d3786f7c2b6d53d Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Tue, 28 Feb 2023 12:22:38 -0500 Subject: [PATCH] Libraries versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7157249a..190c1121 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def setup_package(): 'pyparsing>=2.4.0', 'python-dateutil>=2.8.0', 'scikit-learn==1.1', 'six>=1.12', 'pandas==0.23', 'pyyaml>=3.12', 'plotly>=4.2.1', - 'matplotlib==3.1.1', 'tabulate==0.8.6', 'pyscm-ml==1.0.0', + 'matplotlib==3.1.1', 'tabulate==0.8.6', 'pyscm-ml', "randomscm @ git+https://github.com/thibgo/randomscm.git#egg=randomscm", "imbalanced-learn==0.9"], extras_require={ -- GitLab