lol

python3.pkgs.scipy: update pybind11 version substitution

+1 -1
+1 -1
pkgs/development/python-modules/scipy/default.nix
··· 81 81 substituteInPlace pyproject.toml \ 82 82 --replace 'meson-python>=0.12.1,<0.14.0' 'meson-python' \ 83 83 --replace 'numpy==' 'numpy>=' \ 84 - --replace "pybind11>=2.10.4,<2.11.0" "pybind11>=2.10.4,<2.12.0" \ 84 + --replace "pybind11>=2.10.4,<2.11.1" "pybind11>=2.10.4,<2.12.0" \ 85 85 --replace 'wheel<0.41.0' 'wheel' 86 86 ''; 87 87