Loading pkgs/development/python-modules/numba/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ in buildPythonPackage rec { version = "unstable-2023-08-11"; pname = "numba"; format = "setuptools"; disabled = pythonOlder "3.6" || pythonAtLeast "3.11"; disabled = pythonOlder "3.8" || pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "numba"; Loading Loading
pkgs/development/python-modules/numba/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ in buildPythonPackage rec { version = "unstable-2023-08-11"; pname = "numba"; format = "setuptools"; disabled = pythonOlder "3.6" || pythonAtLeast "3.11"; disabled = pythonOlder "3.8" || pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "numba"; Loading