From 5d89a67465085c7e18d2e80bdda0da9bad6e0b61 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Tue, 28 Feb 2023 12:01:37 -0500 Subject: [PATCH] Libraries versions --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5c5c2c9b..b78cfefd 100644 --- a/setup.py +++ b/setup.py @@ -20,10 +20,10 @@ def setup_package(): long_description=open('README.rst').read(), include_package_data=True, url='http://gitlab.lis-lab.fr/baptiste.bauvin/summit/', - install_requires=['h5py>=2.9.0', 'joblib>=0.13.2', 'numpy==1.22.4', + 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.1', 'scipy==1.8.0', 'six>=1.12.0', - 'pandas==0.23.3', 'pyyaml>=3.12', 'plotly>=4.2.1', + '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', "randomscm @ git+https://github.com/thibgo/randomscm.git#egg=randomscm", "imblearn==0.9.1"], -- GitLab