From 746420eaabc692de223dc4d3be3eeddd67f5fe4e Mon Sep 17 00:00:00 2001 From: Ralph Urlus Date: Wed, 12 Jun 2024 21:39:18 +0200 Subject: [PATCH] DOC: Document updated Pybind11 version requirements --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32e2f09..416d6c8 100644 --- a/README.md +++ b/README.md @@ -70,11 +70,11 @@ CARMA provides a number of configurations that can be set in the `carma_config.c ## Requirements -CARMA >= v0.5 requires a compiler with support for C++14 and supports: +CARMA >= v0.8 requires a compiler with support for C++14 and supports: -* Python 3.6 -- 3.9 +* Python 3.8 -- 3.12 * Numpy >= 1.14 -* Pybind11 >= v2.6.0 +* Pybind11 >= v2.12.0 * Armadillo >= 10.5.2 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.