Merge pull request #251559 from tjni/oldest-supported-numpy
python310Packages.oldest-supported-numpy: fix numpy dependency
This commit is contained in:
@@ -25,10 +25,11 @@ buildPythonPackage rec {
|
||||
--replace 'numpy==' 'numpy>='
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
];
|
||||
|
||||
# package has no tests
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Reference in New Issue
Block a user