Skip to content

Commit ffe2dc9

Browse files
committed
doc: Update SWIG and C++ compiler requirements
1 parent 00ce81d commit ffe2dc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python_installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Short guide
99
Installation of the AMICI Python package has the following prerequisites:
1010

1111
* Python>=3.10
12-
* :term:`SWIG`>=3.0
12+
* :term:`SWIG`>=4.1
1313
* CBLAS compatible BLAS library
1414
(e.g., OpenBLAS, CBLAS, Atlas, Accelerate, Intel MKL)
15-
* a C++17 compatible C++ compiler and a C compiler
16-
(e.g., g++>=9.1, clang>=12, Intel C++ compiler, mingw)
15+
* a C++20 compatible C++ compiler and a C compiler
16+
(e.g., g++>=10.1, clang>=13, Intel C++ compiler, mingw)
1717

1818
If these requirements are fulfilled and all relevant paths are setup properly,
1919
AMICI can be installed using:

0 commit comments

Comments
 (0)