Skip to content

Commit

Permalink
Merge pull request #748 from WillDudley/patch-1
Browse files Browse the repository at this point in the history
Correct mpe reqs to reflect PR #738
  • Loading branch information
jjshoots authored Aug 3, 2022
2 parents ce912e2 + a6e5928 commit e066ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_version():
],
"butterfly": ["pygame==2.1.0", "pymunk==6.2.0"],
"magent": ["magent==0.2.3"],
"mpe": ["pyglet>=1.4.0"],
"mpe": ["pygame==2.1.0"],
"sisl": ["pygame==2.1.0", "box2d-py==2.3.5", "scipy>=1.4.1"],
"other": ["pillow>=8.0.1"],
"tests": [
Expand Down

0 comments on commit e066ed5

Please sign in to comment.