python3Packages.scipy: update postPatch

This commit is contained in:
Robert Schütz
2026-02-08 23:11:12 -08:00
parent 28817a88d5
commit 2b85dd6c6f
@@ -77,7 +77,7 @@ buildPythonPackage (finalAttrs: {
# that override globally the `numpy` attribute to point to `numpy_1`.
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "numpy>=2.0.0,<2.6" numpy
--replace-fail "numpy>=2.0.0,<2.7" numpy
'';
build-system = [