Skip to content

Commit

Permalink
upgraded pygame to 2.0.0dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioJayakumar committed Jun 4, 2020
1 parent d2f5554 commit 499359d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gym>=0.17.2
pygame==2.0.0.dev6
pygame==2.0.0.dev10
scikit-image>=0.16.2
numpy>=1.18.0
pymunk>=5.6.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
break

extras = {
"atari": ["multi_agent_ale_py", "pygame==2.0.0.dev6"],
"atari": ["multi_agent_ale_py", "pygame==2.0.0.dev10"],
"classic": ["python-chess", "rlcard >= 0.1.14", "python-shogi", "hanabi_learning_environment"],
"gamma": ["pygame==2.0.0.dev6", "pymunk>=5.6.0"],
"gamma": ["pygame==2.0.0.dev10", "pymunk>=5.6.0"],
"magent": ["magent"],
"mpe": [],
"sisl": ["pygame==2.0.0.dev6", "opencv-python", "scikit-image>=0.16.2"],
"sisl": ["pygame==2.0.0.dev10", "opencv-python", "scikit-image>=0.16.2"],
"tests": ["pynput"]
}

Expand Down

0 comments on commit 499359d

Please sign in to comment.