Skip to content

Commit

Permalink
Bump pygame
Browse files Browse the repository at this point in the history
  • Loading branch information
ffelten committed Oct 24, 2024
1 parent 3321167 commit d613304
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 @@ -37,7 +37,7 @@ mario = ["nes-py", "gym-super-mario-bros"]
minecart = ["scipy >=1.7.3 "]
mujoco = ["mujoco >=2.2.0", "imageio >=2.14.1"]
highway = ["highway-env >=1.8"]
box2d = ["box2d-py ==2.3.5", "pygame ==2.1.3.dev8", "swig ==4.*"]
box2d = ["box2d-py ==2.3.5", "pygame >=2.1.3", "swig ==4.*"]
all = [
# All dependencies above except accept-rom-license
# NOTE: No need to manually remove the duplicates, setuptools automatically does that.
Expand All @@ -53,7 +53,7 @@ all = [
"highway-env >= 1.9.1",
# box2d
"box2d-py ==2.3.5",
"pygame ==2.1.3.dev8",
"pygame >=2.1.3",
"swig ==4.*",
]
testing = ["pytest ==7.1.3"]
Expand Down

0 comments on commit d613304

Please sign in to comment.