From c6257a0c43a9d6b30bde0fca1a3c762b0f502839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 9 Nov 2021 18:15:11 +0100 Subject: [PATCH] Manual: document support for Octave 6.4.0 (manually cherry picked from commit ddbc2cdd39083007628ddc8ed665dbf81ddf478d) --- doc/manual/source/installation-and-configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 96a38833ac..46d7275193 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -15,7 +15,7 @@ necessary in that case. In order to run Dynare, you need one of the following: * MATLAB, any version ranging from 8.3 (R2014a) to 9.11 (R2021b); -* GNU Octave, any version ranging from 5.2.0 to 6.3.0, with the statistics +* GNU Octave, any version ranging from 5.2.0 to 6.4.0, with the statistics package from `Octave-Forge`_. Note however that the Dynare installer for Windows requires a more specific version of Octave, as indicated on the download page. -- GitLab