diff --git a/setup.py b/setup.py index eb504f2..e79cf2e 100644 --- a/setup.py +++ b/setup.py @@ -2,12 +2,13 @@ PACKAGES = find_packages() install_requires = [ - "pandas", + "pandas<1.5", "python-louvain==0.11", - "numpy", + "numpy<1.20.0", + "matplotlib<3.6", "scikit-learn", "scipy", - "networkx>=2.2", + "networkx>=2.2,<3", "seaborn", "forceatlas2", "nilearn==0.5.2"]