python310Packages.numba-scipy: fix build

Caused by a stall substitute
This commit is contained in:
Anthony Roussel 2022-09-06 23:53:34 +02:00
parent 545b6bbf85
commit 9f8ee9cffe

View File

@ -28,7 +28,7 @@ buildPythonPackage rec {
postPatch = ''
# https://github.com/numba/numba-scipy/pull/76
substituteInPlace setup.py \
--replace "scipy>=0.16,<=1.6.2" "scipy>=0.16"
--replace "scipy>=0.16,<=1.7.3" "scipy>=0.16"
'';
checkInputs = [