From 2ce70090a6fdf7622957539ee4253ef2baa7893a Mon Sep 17 00:00:00 2001
From: Andres Ramos <61053256+arght@users.noreply.github.com>
Date: Sun, 17 Nov 2024 14:54:09 +0100
Subject: [PATCH] Update Download.rst
---
doc/rst/Download.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/rst/Download.rst b/doc/rst/Download.rst
index d3b58757..3bb6aeab 100644
--- a/doc/rst/Download.rst
+++ b/doc/rst/Download.rst
@@ -2,7 +2,7 @@
Download & Installation
=======================
-The **openTEPES** model has been developed using `Python 3.12.6 `_ and `Pyomo 6.8.0 `_ and it uses `Gurobi 11.0.3 `_ as commercial MIP solver for which a free academic license is available.
+The **openTEPES** model has been developed using `Python 3.12.3 `_ and `Pyomo 6.8.1 `_ and it uses `Gurobi 12.0.0 `_ as commercial MIP solver for which a free academic license is available.
It uses Pyomo so that it is independent of the preferred solver. You can alternatively use one of the free solvers `HiGHS 1.8.0 `_, `SCIP 9.1.1 `_, `GLPK 5.0 `_,
and `CBC 2.10.12 `_. List the serial solver interfaces under Pyomo with this call::