From aa8bc6d2c1b14d02fdf809f7195029ebe84d8c8e Mon Sep 17 00:00:00 2001 From: e-moral-sanchez Date: Thu, 29 Aug 2024 16:25:41 +0200 Subject: [PATCH 1/2] avoid latest versions of mpi4py and numpy --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a2f753062..018e57c2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ wheel setuptools >= 61, != 67.2.0 -numpy >= 1.16 +numpy >= 1.16, < 2.0.0 scipy >= 1.14 Cython >= 0.25, < 3.0 -mpi4py >= 3.0.0 +mpi4py >= 3.0.0, < 4.0.0 # Required to build h5py from source pkgconfig From 484ec9d152b880af04944f284f7fe136210368ae 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:22:21 +0200 Subject: [PATCH 2/2] run tests with numpy 2.0.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 018e57c2f..33b497272 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ wheel setuptools >= 61, != 67.2.0 -numpy >= 1.16, < 2.0.0 +numpy >= 1.16 scipy >= 1.14 Cython >= 0.25, < 3.0 -mpi4py >= 3.0.0, < 4.0.0 +mpi4py >= 3.0.0, < 4 # Required to build h5py from source pkgconfig