python314Packages.numba: unmark disabled (#480276)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user