Commit 2e512841 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.numba: only use numpy_2 in passthru.tests

parent 9fe3c868
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ buildPythonPackage rec {

  build-system = [
    setuptools
    numpy_2
    numpy
  ];

  nativeBuildInputs = lib.optionals cudaSupport [
@@ -161,6 +161,9 @@ buildPythonPackage rec {
      doFullCheck = true;
      testsWithoutSandbox = false;
    };
    numpy_2 = numba.override {
      numpy = numpy_2;
    };
  };

  meta = with lib; {