Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add std=legacy flags for f77/f90 codes that don't compile anymore with gfortran ...
[simgrid.git] / setup.py
index bd48de0..f6bf29e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -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",