Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin18 committed Dec 2, 2023
1 parent 319ab61 commit 0d57db8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ classifiers = [
]
dependencies = [
"gymnasium==0.29.1",
"pygame==2.5.1",
"pygame==2.5.2",
]

[project.optional-dependencies]
training = [
"matplotlib==3.8.0",
"matplotlib==3.8.2",
"pandas==2.1.3",
"tqdm==4.66.1",
]
testing = ["pytest"]
Expand Down

0 comments on commit 0d57db8

Please sign in to comment.