From f030fcbd28e82a1eb6388e198853cda564bae294 Mon Sep 17 00:00:00 2001 From: arnaudon Date: Mon, 17 Jun 2024 10:45:36 +0200 Subject: [PATCH] bound numpy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 131bc96e..b93212e7 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires=[ "matplotlib", "pandas", - "numpy", + "numpy<2.0", # to prevent some conflicts with other installations, to be solved later "scipy", "networkx", "seaborn",