python310Packages.oldest-supported-numpy: fix numpy dependency

This commit is contained in:
Theodore Ni
2023-08-26 02:16:53 -07:00
parent 8a390e0210
commit 7c31a27532
@@ -25,10 +25,11 @@ buildPythonPackage rec {
--replace 'numpy==' 'numpy>='
'';
nativeBuildInputs = [
propagatedBuildInputs = [
numpy
];
# package has no tests
doCheck = false;
meta = with lib; {