python314Packages.numba: unmark disabled (#480276)

This commit is contained in:
Martin Weinelt
2026-01-15 17:46:57 +00:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
@@ -29,7 +29,7 @@ buildPythonPackage rec {
version = "0.46.0";
pyproject = true;
disabled = isPyPy || pythonAtLeast "3.14";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "numba";
@@ -37,8 +37,6 @@ buildPythonPackage rec {
pname = "numba";
pyproject = true;
disabled = pythonOlder "3.10" || pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "numba";
repo = "numba";