@@ -101,7 +101,7 @@ Required:
101101
102102Shipped internally in ` share/openPMD/thirdParty/ ` :
103103* [ Catch2] ( https://github.com/catchorg/Catch2 ) 2.13.10+ ([ BSL-1.0] ( https://github.com/catchorg/Catch2/blob/master/LICENSE.txt ) )
104- * [ pybind11] ( https://github.com/pybind/pybind11 ) 2.12 .0+ ([ new BSD] ( https://github.com/pybind/pybind11/blob/master/LICENSE ) )
104+ * [ pybind11] ( https://github.com/pybind/pybind11 ) 2.13 .0+ ([ new BSD] ( https://github.com/pybind/pybind11/blob/master/LICENSE ) )
105105* [ NLohmann-JSON] ( https://github.com/nlohmann/json ) 3.9.1+ ([ MIT] ( https://github.com/nlohmann/json/blob/develop/LICENSE.MIT ) )
106106* [ toml11] ( https://github.com/ToruNiina/toml11 ) 3.7.1+ ([ MIT] ( https://github.com/ToruNiina/toml11/blob/master/LICENSE ) )
107107
@@ -116,7 +116,7 @@ while those can be built either with or without:
116116Optional language bindings:
117117* Python:
118118 * Python 3.8 - 3.12
119- * pybind11 2.12 .0+
119+ * pybind11 2.13 .0+
120120 * numpy 1.15+
121121 * mpi4py 2.1+ (optional, for MPI)
122122 * pandas 1.0+ (optional, for dataframes)
@@ -265,7 +265,7 @@ CMake controls options with prefixed `-D`, e.g. `-DopenPMD_USE_MPI=OFF`:
265265Additionally, the following libraries are downloaded via [ FetchContent] ( https://cmake.org/cmake/help/latest/module/FetchContent.html )
266266during the configuration of the project or, if the corresponding ` <PACKAGENAME>_ROOT ` variable is provided, can be provided externally:
267267* [ Catch2] ( https://github.com/catchorg/Catch2 ) (2.13.10+)
268- * [ PyBind11] ( https://github.com/pybind/pybind11 ) (2.12 .0+)
268+ * [ PyBind11] ( https://github.com/pybind/pybind11 ) (2.13 .0+)
269269* [ NLohmann-JSON] ( https://github.com/nlohmann/json ) (3.9.1+)
270270* [ toml11] ( https://github.com/ToruNiina/toml11 ) (3.7.1+)
271271
0 commit comments