python3Packages.h5py: relax mpi4py bounds
This commit is contained in:
@@ -20,7 +20,8 @@ in buildPythonPackage rec {
|
||||
# avoid strict pinning of numpy
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "numpy ==" "numpy >="
|
||||
--replace "numpy ==" "numpy >=" \
|
||||
--replace "mpi4py ==" "mpi4py >="
|
||||
'';
|
||||
|
||||
HDF5_DIR = "${hdf5}";
|
||||
|
||||
Reference in New Issue
Block a user