python314Packages.numba: unmark disabled (#480276)

This commit is contained in:
Martin Weinelt 2026-01-15 17:46:57 +00:00 committed by GitHub
commit e5c2eb90f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -29,7 +29,7 @@ buildPythonPackage rec {
version = "0.46.0";
pyproject = true;
disabled = isPyPy || pythonAtLeast "3.14";
disabled = isPyPy;
src = fetchFromGitHub {
owner = "numba";

View file

@ -37,8 +37,6 @@ buildPythonPackage rec {
pname = "numba";
pyproject = true;
disabled = pythonOlder "3.10" || pythonAtLeast "3.14";
src = fetchFromGitHub {
owner = "numba";
repo = "numba";