python311Packages.scipy: use --replace-fail in numpy dep substitution

This commit is contained in:
Doron Behar 2024-01-21 13:09:24 +02:00
parent 8bd97eccd2
commit 83fc2070ec

View File

@ -82,7 +82,7 @@ in buildPythonPackage {
# configurePhase, so we pass on it.
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'numpy==' 'numpy>=' \
--replace-fail 'numpy==' 'numpy>=' \
'';
nativeBuildInputs = [