mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python3Packages.h5py: relax mpi4py bounds
This commit is contained in:
parent
889dfed13c
commit
948d09f199
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue