python3.pkgs.scipy: update pybind11 version substitution

This commit is contained in:
Doron Behar
2023-09-28 13:39:22 +03:00
parent 6f3be7791f
commit 2dd3d3a014
@@ -81,7 +81,7 @@ in buildPythonPackage {
substituteInPlace pyproject.toml \
--replace 'meson-python>=0.12.1,<0.14.0' 'meson-python' \
--replace 'numpy==' 'numpy>=' \
--replace "pybind11>=2.10.4,<2.11.0" "pybind11>=2.10.4,<2.12.0" \
--replace "pybind11>=2.10.4,<2.11.1" "pybind11>=2.10.4,<2.12.0" \
--replace 'wheel<0.41.0' 'wheel'
'';