Unverified Commit 7c31a275 authored by Theodore Ni's avatar Theodore Ni
Browse files

python310Packages.oldest-supported-numpy: fix numpy dependency

parent 8a390e02
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; {