forked from mirrors/nixpkgs
python3Packages.h5py: relax mpi4py bounds
This commit is contained in:
parent
889dfed13c
commit
948d09f199
|
@ -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}";
|
||||
|
|
Loading…
Reference in a new issue