diff --git a/setup.py b/setup.py index 8056396..e42810d 100644 --- a/setup.py +++ b/setup.py @@ -106,8 +106,8 @@ setup( description='A test project using pybind11', long_description='', ext_modules=ext_modules, - install_requires=['pybind11>=2.3'], - setup_requires=['pybind11>=2.3'], + install_requires=['pybind11>=2.4'], + setup_requires=['pybind11>=2.4'], cmdclass={'build_ext': BuildExt}, zip_safe=False, )