Skip to content

Commit 16900a3

Browse files
committed
Release the npfl138 package version 2425.5.0.
1 parent aa3a253 commit 16900a3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

labs/npfl138/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7-
__version__ = "2425.4.0"
7+
__version__ = "2425.5.0"
88

99
def require_version(required_version: str) -> None:
1010
"""Make sure the installed version is at least `required_version`.

labs/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "npfl138"
7-
version = "2425.4.0"
7+
version = "2425.5.0"
88
authors = [
99
{ name="Milan Straka", email="[email protected]" },
1010
]
@@ -27,6 +27,8 @@ dependencies = [
2727
# Gymnasium package including the pygame used for GUI
2828
"gymnasium ~= 1.1.1",
2929
"pygame ~= 2.6.1",
30+
# Matplotlib for plotting
31+
"matplotlib ~= 3.10.1",
3032
# TensorBoard for inspecting logs
3133
"tensorboard ~= 2.18.0",
3234
# Conditionally install imghdr removed in Python 3.13, TensorBoard needs it

0 commit comments

Comments
 (0)