Loading pkgs/development/python-modules/scipy/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/scipy/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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 = [ Loading