From 1e5b3d9dc821b9f0c1b1a7de4c7cca10fe6d3c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 12 Feb 2025 11:50:08 +0100 Subject: [PATCH] Manual: claim compatibility with Octave 9.4.0 --- 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 53f78b4260..8440845456 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -15,7 +15,7 @@ compilation steps are necessary in that case. In order to run Dynare, you need one of the following: * MATLAB, any version ranging from 9.5 (R2018b) to 24.2 (R2024b); -* GNU Octave, any version ranging from 7.1.0 to 9.3.0, with the ``statistics`` package +* GNU Octave, any version ranging from 7.1.0 to 9.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