diff --git a/setup.py b/setup.py
index 190c1121efd65d1618cf450fe8499c415df7abc4..48c5f465ffdaaf6a82147bdf17e014850df45475 100644
--- a/setup.py
+++ b/setup.py
@@ -20,13 +20,13 @@ def setup_package():
     long_description=open('README.rst').read(),
     include_package_data=True,
     url='http://gitlab.lis-lab.fr/baptiste.bauvin/summit/',
-    install_requires=['numpy==1.22', 'scipy==1.8', 'h5py>=2.9.0', 'joblib>=0.13.2',
+    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',
+                      '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',
+                      'matplotlib>=3.1.1', 'tabulate>=0.8.6', 'pyscm-ml',
                       "randomscm @ git+https://github.com/thibgo/randomscm.git#egg=randomscm",
-                      "imbalanced-learn==0.9"],
+                      "imbalanced-learn>=0.9"],
     extras_require={
             'dev': ['pytest', 'pytest-cov'],
             'doc': ['sphinx >= 3.0.2', 'numpydoc', 'docutils', 'sphinx-autoapi',