fix(pybind): pinned pybind to 3.0.0 for ABI compatibility

This commit is contained in:
2026-06-12 14:00:40 -04:00
parent 790e50d5c0
commit ef840c07ea
7 changed files with 39 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["meson-python>=0.19,<0.20", "meson>=1.9.1,<1.10", "pybind11>=2.10"]
requires = ["meson-python>=0.19,<0.20", "meson>=1.9.1,<1.10", "pybind11==3.0.0"]
build-backend = "mesonpy"
[project]