From 7fc913cb6df44a081a978921ffc9c5fea7557efa Mon Sep 17 00:00:00 2001 From: e-moral-sanchez Date: Thu, 29 Aug 2024 16:41:12 +0200 Subject: [PATCH 1/2] stupid change just to trigger tests --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2f753062..5ea91ede1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ setuptools >= 61, != 67.2.0 numpy >= 1.16 scipy >= 1.14 Cython >= 0.25, < 3.0 -mpi4py >= 3.0.0 +mpi4py >= 3.0.0, < 5.0.0 # Required to build h5py from source pkgconfig From 29fd9728703a3c501e994ebf879460830039fc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elena=20Moral=20S=C3=A1nchez?= <88042165+e-moral-sanchez@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:46:45 +0200 Subject: [PATCH 2/2] Use lower bound --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ea91ede1..366e064dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ wheel setuptools >= 61, != 67.2.0 -numpy >= 1.16 +numpy >= 2.0.0 scipy >= 1.14 Cython >= 0.25, < 3.0 -mpi4py >= 3.0.0, < 5.0.0 +mpi4py >= 4.0.0 # Required to build h5py from source pkgconfig