X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..e59b26851e3ef00718eda1b926fe6ae8b3bb074e:/setup.py diff --git a/setup.py b/setup.py index 394d07dbe1..d5475b4c79 100755 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.23.3', + version='3.25.1', author='Da SimGrid Team', author_email='simgrid-devel@lists.gforge.inria.fr', description='Toolkit for scalable simulation of distributed applications', @@ -95,8 +95,8 @@ setup( "sudo apt install cmake libboost-dev pybind11-dev g++ gcc"), ext_modules=[CMakeExtension('simgrid')], cmdclass=dict(build_ext=CMakeBuild), - install_requires=['pybind11>=2.3'], - setup_requires=['pybind11>=2.3'], + install_requires=['pybind11>=2.4'], + setup_requires=['pybind11>=2.4'], zip_safe=False, classifiers=[ "Development Status :: 4 - Beta",