Merge pull request #190064 from anthonyroussel/fix-numba-scipy
python310Packages.numba-scipy: fix build
This commit is contained in:
commit
3f55f1641e
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue