Skip to content
Snippets Groups Projects
Commit 1d868d3b authored by Martin Reinecke's avatar Martin Reinecke
Browse files

tweak pybind11 version

parent 30be7740
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ setup(name='pyHealpix',
author='Martin Reinecke',
author_email='martin@mpa-garching.mpg.de',
packages=[],
extras_require={'numpy': 'numpy>=1.10.4', 'pybind11': 'pybind11>=2.2.0'},
extras_require={'numpy': 'numpy>=1.10.4', 'pybind11': 'pybind11>=2.2.1'},
ext_modules=get_extension_modules(),
install_requires=['pybind11>=2.2.0']
install_requires=['pybind11>=2.2.1']
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment