X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/265db5af7be70be60c7ffb3ea3c2f2ee3bbd766d..bf0369b7c016a1b27d925dae347cab5d3f2d776b:/setup.py diff --git a/setup.py b/setup.py index 2027fe6036..ef23a75d64 100755 --- a/setup.py +++ b/setup.py @@ -84,6 +84,8 @@ setup( "or even assess legacy MPI applications."), ext_modules=[CMakeExtension('simgrid')], cmdclass=dict(build_ext=CMakeBuild), + install_requires=['pybind11>=2.3'], + setup_requires=['pybind11>=2.3'], zip_safe=False, classifiers=[ "Development Status :: 4 - Beta",