python3Packages.numba: supports Python 3.9
This commit is contained in:
parent
4bee64c9f4
commit
35a0095d4b
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.53.1";
|
version = "0.53.1";
|
||||||
pname = "numba";
|
pname = "numba";
|
||||||
# uses f-strings, python 3.9 is not yet supported
|
disabled = pythonOlder "3.6" || pythonAtLeast "3.10";
|
||||||
disabled = pythonOlder "3.6" || pythonAtLeast "3.9";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
Loading…
Reference in a new issue