Skip to content

Commit

Permalink
Update Atari install (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts authored May 20, 2024
1 parent 7203b3e commit e7aed98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dynamic = ["version"]

[project.optional-dependencies]
# Update dependencies in `all` if any are added or removed
atari = ["ale_py >= 0.8"]
atari = ["ale_py >= 0.9"]
box2d = ["box2d-py ==2.3.5", "pygame >=2.1.3", "swig ==4.*"]
classic-control = ["pygame >=2.1.3"]
classic_control = ["pygame >=2.1.3"] # kept for backward compatibility
Expand All @@ -50,7 +50,7 @@ all = [
# All dependencies above except accept-rom-license
# NOTE: No need to manually remove the duplicates, setuptools automatically does that.
# atari
"shimmy[atari] >=0.1.0,<1.0",
"ale_py >= 0.9",
# box2d
"box2d-py ==2.3.5",
"pygame >=2.1.3",
Expand Down

0 comments on commit e7aed98

Please sign in to comment.