Skip to content

Commit

Permalink
bump: pygame and training dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin18 committed Dec 1, 2024
1 parent 922b572 commit 048c0e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ classifiers = [
]
dependencies = [
"gymnasium==0.29.1",
"pygame==2.5.2",
"pygame==2.6.1",
]

[project.optional-dependencies]
training = [
"matplotlib==3.8.2",
"moviepy==1.0.3",
"pandas==2.2.0",
"pyarrow==15.0.0",
"tqdm==4.66.1",
"matplotlib==3.9.3",
"moviepy==2.1.1",
"pandas==2.2.3",
"pyarrow==18.1.0",
"tqdm==4.67.1",
]
testing = ["pytest"]
quality = ["black[d]", "isort", "pylint"]
Expand Down

0 comments on commit 048c0e0

Please sign in to comment.