fixup! python3Packages.scipy: relax pybind11

This commit is contained in:
Michael Daniels
2026-08-25 18:17:40 -04:00
parent e3d61b4a30
commit 4c8b3c949a

View File

@@ -67,7 +67,8 @@ buildPythonPackage (finalAttrs: {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail '"pybind11>=2.13.2,<3.1.0",' '"pybind11",'
'' + lib.optionalString (stdenv.hostPlatform.isDarwin) ''
''
+ lib.optionalString (stdenv.hostPlatform.isDarwin) ''
substituteInPlace scipy/meson.build \
--replace-fail "r = run_command('xcrun', '-sdk', 'macosx', '--show-sdk-version', check: true)" ""
substituteInPlace scipy/meson.build \