diff --git a/setup.py b/setup.py index 89c16f3..2721b96 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ setup( description='A test project using pybind11', long_description='', ext_modules=ext_modules, - setup_requires=['pybind11>=2.4'], + setup_requires=['pybind11>=2.5.0'], cmdclass={'build_ext': BuildExt}, zip_safe=False, )