fix(pybind): pinned pybind to 3.0.0 for ABI compatibility
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user