Skip to content

Commit

Permalink
revert the requirment for pygame>=2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Jan 7, 2025
1 parent c4bd472 commit 0d0b79c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ dynamic = ["version"]

[project.optional-dependencies]
# Update dependencies in `all` if any are added or removed
atari = ["multi_agent_ale_py>=0.1.11", "pygame>=2.6.0"]
atari = ["multi_agent_ale_py>=0.1.11", "pygame>=2.3.0"]
classic = [
"chess>=1.9.4",
"rlcard>=1.0.5",
"pygame>=2.6.0",
"pygame>=2.3.0",
"shimmy[openspiel]>=1.2.0"
]
butterfly = ["pygame>=2.6.0", "pymunk>=6.2.0"]
mpe = ["pygame>=2.6.0"]
sisl = ["pygame>=2.6.0", "pymunk>=6.2.0", "box2d-py>=2.3.5", "scipy>=1.4.1"]
butterfly = ["pygame>=2.3.0", "pymunk>=6.2.0"]
mpe = ["pygame>=2.3.0"]
sisl = ["pygame>=2.3.0", "pymunk>=6.2.0", "box2d-py>=2.3.5", "scipy>=1.4.1"]
other = ["pillow>=8.0.1"]
testing = [
"pynput>=1.7.6",
Expand All @@ -53,7 +53,7 @@ testing = [
]
all = [
"multi_agent_ale_py>=0.1.11",
"pygame>=2.6.0",
"pygame>=2.3.0",
"chess>=1.9.4",
"rlcard>=1.0.5",
"shimmy[openspiel]>=1.2.0",
Expand Down
1 change: 0 additions & 1 deletion tutorials/SB3/waterworld/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pygame==2.6.0
pettingzoo[sisl]>=1.24.0
stable-baselines3>=2.0.0
supersuit>=3.9.0
Expand Down

0 comments on commit 0d0b79c

Please sign in to comment.