File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
# License, v. 2.0. If a copy of the MPL was not distributed with this
5
5
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
6
7
- __version__ = "2425.4 .0"
7
+ __version__ = "2425.5 .0"
8
8
9
9
def require_version (required_version : str ) -> None :
10
10
"""Make sure the installed version is at least `required_version`.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " npfl138"
7
- version = " 2425.4 .0"
7
+ version = " 2425.5 .0"
8
8
authors = [
9
9
{
name =
" Milan Straka" ,
email =
" [email protected] " },
10
10
]
@@ -27,6 +27,8 @@ dependencies = [
27
27
# Gymnasium package including the pygame used for GUI
28
28
" gymnasium ~= 1.1.1" ,
29
29
" pygame ~= 2.6.1" ,
30
+ # Matplotlib for plotting
31
+ " matplotlib ~= 3.10.1" ,
30
32
# TensorBoard for inspecting logs
31
33
" tensorboard ~= 2.18.0" ,
32
34
# Conditionally install imghdr removed in Python 3.13, TensorBoard needs it
You can’t perform that action at this time.
0 commit comments