X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/160df614083997dc8f03750ff3ceaff458fa3fe0..bf0369b7c016a1b27d925dae347cab5d3f2d776b:/setup.py diff --git a/setup.py b/setup.py index f3b07d5563..ef23a75d64 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.22.2', + version='3.23.1', author='Da SimGrid Team', author_email='simgrid-devel@lists.gforge.inria.fr', description='Toolkit for scalable simulation of distributed applications', @@ -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",