Skip to content

Commit 746420e

Browse files
committed
DOC: Document updated Pybind11 version requirements
1 parent 3f22135 commit 746420e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ CARMA provides a number of configurations that can be set in the `carma_config.c
7070

7171
## Requirements
7272

73-
CARMA >= v0.5 requires a compiler with support for C++14 and supports:
73+
CARMA >= v0.8 requires a compiler with support for C++14 and supports:
7474

75-
* Python 3.6 -- 3.9
75+
* Python 3.8 -- 3.12
7676
* Numpy >= 1.14
77-
* Pybind11 >= v2.6.0
77+
* Pybind11 >= v2.12.0
7878
* Armadillo >= 10.5.2
7979

8080
CARMA makes use of Armadillo's `ARMA_ALIEN_MEM_ALLOC` and `ARMA_ALIEN_MEM_FREE` functionality introduced in version 10.5.2 to use Numpy's (de)allocator.

0 commit comments

Comments
 (0)