Skip to content

Commit

Permalink
Correct mpe reqs to reflect PR #738
Browse files Browse the repository at this point in the history
  • Loading branch information
WillDudley authored Aug 1, 2022
1 parent f2194c1 commit a6e5928
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 a6e5928

Please sign in to comment.