Unverified Commit 7ca2ac2d authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

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

python310Packages.oldest-supported-numpy: fix numpy dependency
parents df24943c 7c31a275
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -25,10 +25,11 @@ buildPythonPackage rec {
      --replace 'numpy==' 'numpy>='
  '';

  nativeBuildInputs = [
  propagatedBuildInputs = [
    numpy
  ];

  # package has no tests
  doCheck = false;

  meta = with lib; {