From 8a2aa91ec2eb6488a4d7d7f1ee29b80876a8811b Mon Sep 17 00:00:00 2001 From: Fridolin Glatter <83776373+glatterf42@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:10:09 +0100 Subject: [PATCH] Update minimum version of genno (#514) * Update minimum version of genno * Update release notes --- RELEASE_NOTES.rst | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index d2c43a1d8..b10425074 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -4,6 +4,7 @@ Next release All changes ----------- +- Increase minimum required version of genno dependency to 1.20 (:pull:`514`). - To aid debugging when execution fails, :class:`.GAMSModel` also displays the path to the GAMS log file (:pull:`513`). .. _v3.8.0: diff --git a/pyproject.toml b/pyproject.toml index 951af5da2..1ce146a96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ "click", - "genno >= 1.16", + "genno >= 1.20", "JPype1 >= 1.2.1", "JPype1 <= 1.4.0; python_version < '3.11'", "openpyxl",