From 8bf4e950eb6b3aba44f28a3215c1c48c9f6beaab Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Tue, 28 Feb 2023 16:39:42 -0500
Subject: [PATCH] Libraries versions

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

diff --git a/setup.py b/setup.py
index 48c5f465..11530dd9 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ def setup_package():
     install_requires=['numpy>=1.22', 'scipy>=1.8', 'h5py>=2.9.0', 'joblib>=0.13.2',
                       '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',
+                      'pandas>=0.23', 'pyyaml>=3.12', 'plotly>=4.2.1',
                       'matplotlib>=3.1.1', 'tabulate>=0.8.6', 'pyscm-ml',
                       "randomscm @ git+https://github.com/thibgo/randomscm.git#egg=randomscm",
                       "imbalanced-learn>=0.9"],
-- 
GitLab