Skip to content

Commit

Permalink
Merge pull request #500 from PettingZoo-Team/pymunk_upgrade
Browse files Browse the repository at this point in the history
pymunk upgrade (no version bumps needed)
  • Loading branch information
jkterry1 authored Oct 5, 2021
2 parents 60f5ecc + 9a0299a commit 5c655c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gym>=0.18.0
pygame==2.0.0
numpy>=1.18.0
pymunk==6.0.0
pymunk==6.2.0
box2d-py==2.3.5
python-chess==0.31.4
rlcard==1.0.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_version():
extras = {
"atari": ["multi_agent_ale_py==0.1.11", "pygame==2.0.0"],
"classic": ["python-chess==0.31.4", "rlcard==1.0.4", "pygame==2.0.0", "hanabi_learning_environment==0.0.1"],
"butterfly": ["pygame==2.0.0", "pymunk==6.0.0"],
"butterfly": ["pygame==2.0.0", "pymunk==6.2.0"],
"magent": ["magent==0.1.14"],
"mpe": ["pyglet>=1.4.0"],
"sisl": ["pygame==2.0.0", "box2d-py==2.3.5", "pyglet>=1.4.0", "scipy>=1.4.1"],
Expand Down

0 comments on commit 5c655c6

Please sign in to comment.