Merge pull request #251559 from tjni/oldest-supported-numpy

python310Packages.oldest-supported-numpy: fix numpy dependency
This commit is contained in:
Theodore Ni
2023-08-28 01:40:54 -07:00
committed by GitHub
@@ -25,10 +25,11 @@ buildPythonPackage rec {
--replace 'numpy==' 'numpy>='
'';
nativeBuildInputs = [
propagatedBuildInputs = [
numpy
];
# package has no tests
doCheck = false;
meta = with lib; {