Skip to content

Commit

Permalink
Update minimum version of genno (#514)
Browse files Browse the repository at this point in the history
* Update minimum version of genno

* Update release notes
  • Loading branch information
glatterf42 authored Jan 17, 2024
1 parent 49ec67d commit 8a2aa91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8a2aa91

Please sign in to comment.