python3Packages.numba: bump supported numpy version
This commit is contained in:
parent
4d6b508a2b
commit
daafb81e32
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ in buildPythonPackage rec {
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# numpy
|
# numpy
|
||||||
substituteInPlace setup.py \
|
substituteInPlace setup.py \
|
||||||
--replace "1.22" "2"
|
--replace "1.23" "2"
|
||||||
|
|
||||||
substituteInPlace numba/__init__.py \
|
substituteInPlace numba/__init__.py \
|
||||||
--replace "(1, 21)" "(2, 0)"
|
--replace "(1, 22)" "(2, 0)"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1";
|
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1";
|
||||||
|
|
Loading…
Reference in a new issue