From 5343a8d1e9ba525ab2bd2d5873fd50c69d186855 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Fri, 20 Sep 2019 12:55:44 +0200 Subject: [PATCH] update pybind11 version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, )