Skip to content

Commit 048c0e0

Browse files
committed
bump: pygame and training dependencies
1 parent 922b572 commit 048c0e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"gymnasium==0.29.1",
27-
"pygame==2.5.2",
27+
"pygame==2.6.1",
2828
]
2929

3030
[project.optional-dependencies]
3131
training = [
32-
"matplotlib==3.8.2",
33-
"moviepy==1.0.3",
34-
"pandas==2.2.0",
35-
"pyarrow==15.0.0",
36-
"tqdm==4.66.1",
32+
"matplotlib==3.9.3",
33+
"moviepy==2.1.1",
34+
"pandas==2.2.3",
35+
"pyarrow==18.1.0",
36+
"tqdm==4.67.1",
3737
]
3838
testing = ["pytest"]
3939
quality = ["black[d]", "isort", "pylint"]

0 commit comments

Comments
 (0)