Loading pkgs/development/python-modules/h5py/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ , fetchPypi , buildPythonPackage , pythonOlder , oldest-supported-numpy , setuptools , wheel , numpy , hdf5 , cython Loading Loading @@ -33,7 +35,6 @@ in buildPythonPackage rec { # avoid strict pinning of numpy postPatch = '' substituteInPlace setup.py \ --replace "numpy ==" "numpy >=" \ --replace "mpi4py ==" "mpi4py >=" ''; Loading @@ -50,8 +51,10 @@ in buildPythonPackage rec { nativeBuildInputs = [ cython oldest-supported-numpy pkgconfig setuptools wheel ]; buildInputs = [ hdf5 ] Loading Loading
pkgs/development/python-modules/h5py/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,9 @@ , fetchPypi , buildPythonPackage , pythonOlder , oldest-supported-numpy , setuptools , wheel , numpy , hdf5 , cython Loading Loading @@ -33,7 +35,6 @@ in buildPythonPackage rec { # avoid strict pinning of numpy postPatch = '' substituteInPlace setup.py \ --replace "numpy ==" "numpy >=" \ --replace "mpi4py ==" "mpi4py >=" ''; Loading @@ -50,8 +51,10 @@ in buildPythonPackage rec { nativeBuildInputs = [ cython oldest-supported-numpy pkgconfig setuptools wheel ]; buildInputs = [ hdf5 ] Loading