We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a2f37 commit 5343a8dCopy full SHA for 5343a8d
setup.py
@@ -106,8 +106,8 @@ def build_extensions(self):
106
description='A test project using pybind11',
107
long_description='',
108
ext_modules=ext_modules,
109
- install_requires=['pybind11>=2.3'],
110
- setup_requires=['pybind11>=2.3'],
+ install_requires=['pybind11>=2.4'],
+ setup_requires=['pybind11>=2.4'],
111
cmdclass={'build_ext': BuildExt},
112
zip_safe=False,
113
)
0 commit comments