mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
python311Packages.scipy: use --replace-fail in numpy dep substitution
This commit is contained in:
parent
8bd97eccd2
commit
83fc2070ec
@ -82,7 +82,7 @@ in buildPythonPackage {
|
||||
# configurePhase, so we pass on it.
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'numpy==' 'numpy>=' \
|
||||
--replace-fail 'numpy==' 'numpy>=' \
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user