You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,18 @@ CARMA provides a number of configurations that can be set in the `carma_config.c
70
70
71
71
## Requirements
72
72
73
-
CARMA >= v0.8 requires a compiler with support for C++14 and supports:
73
+
Numpy v2.* is supported by CARMA >= v0.8.0 which requires a compiler with support for C++14 and supports:
74
74
75
75
* Python 3.8 -- 3.12
76
76
* Numpy >= 1.14
77
-
* Pybind11 >= v2.12.0
77
+
***Pybind11 >= v2.12.0**
78
+
* Armadillo >= 10.5.2
79
+
80
+
CARMA <= v0.7 requires a compiler with support for C++14 and supports:
81
+
82
+
* Python 3.8 -- 3.12
83
+
***Numpy >= 1.14 < 2.0**
84
+
***Pybind11 >= v2.6.0 < v2.12.0**
78
85
* Armadillo >= 10.5.2
79
86
80
87
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