mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python314Packages.numba: unmark disabled (#480276)
This commit is contained in:
commit
e5c2eb90f7
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue