Browse Source

update pybind11 version

master
Wenzel Jakob 6 years ago
parent
commit
5343a8d1e9
  1. 4
      setup.py

4
setup.py

@ -106,8 +106,8 @@ setup(
description='A test project using pybind11', description='A test project using pybind11',
long_description='', long_description='',
ext_modules=ext_modules, ext_modules=ext_modules,
install_requires=['pybind11>=2.3'], install_requires=['pybind11>=2.4'],
setup_requires=['pybind11>=2.3'], setup_requires=['pybind11>=2.4'],
cmdclass={'build_ext': BuildExt}, cmdclass={'build_ext': BuildExt},
zip_safe=False, zip_safe=False,
) )

Loading…
Cancel
Save