Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document disks in the new way
[simgrid.git] / setup.py
index bd48de065540ce3f9b9f8f52d30dd5724838e5da..f6bf29e7f0500384c8c975ca203be542d66d0047 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",