Loading pkgs/development/python-modules/numba/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ buildPythonPackage rec { build-system = [ setuptools numpy_2 numpy ]; nativeBuildInputs = lib.optionals cudaSupport [ Loading Loading @@ -161,6 +161,9 @@ buildPythonPackage rec { doFullCheck = true; testsWithoutSandbox = false; }; numpy_2 = numba.override { numpy = numpy_2; }; }; meta = with lib; { Loading Loading
pkgs/development/python-modules/numba/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ buildPythonPackage rec { build-system = [ setuptools numpy_2 numpy ]; nativeBuildInputs = lib.optionals cudaSupport [ Loading Loading @@ -161,6 +161,9 @@ buildPythonPackage rec { doFullCheck = true; testsWithoutSandbox = false; }; numpy_2 = numba.override { numpy = numpy_2; }; }; meta = with lib; { Loading