From b9d1ffbe4cb35745156f940522a8a9b354fcda9e Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 8 Apr 2020 20:43:03 -0500 Subject: [PATCH] Require >=2.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )