Commit b3f8cb9a authored by Doron Behar's avatar Doron Behar
Browse files

python311Packages.h5py-mpi: fix build by loosening mpi4py version

parent a560b646
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ buildPythonPackage rec {
    substituteInPlace pyproject.toml \
      --replace-fail "numpy >=2.0.0, <3" "numpy"
    substituteInPlace setup.py \
      --replace-fail "mpi4py ==3.1.4" "mpi4py" \
      --replace-fail "mpi4py ==4.0.1" "mpi4py" \
      --replace-fail "mpi4py ==3.1.6" "mpi4py"
  '';