diff --git a/pybind_interface/GetPybind11.cmake b/pybind_interface/GetPybind11.cmake index 9a55c9044..3f1e01afc 100644 --- a/pybind_interface/GetPybind11.cmake +++ b/pybind_interface/GetPybind11.cmake @@ -1,6 +1,6 @@ include(FetchContent) -set(MIN_PYBIND_VERSION "2.10.1") +set(MIN_PYBIND_VERSION "2.13.6") FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11