Bump the ale-py version (#2832)

* Up the ale-py version

* Updates the ale-py version
This commit is contained in:
Mark Towers
2022-05-24 15:27:22 +01:00
committed by GitHub
parent 3e006f3ea5
commit bbf8f5a467
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
ale-py~=0.7
ale-py~=0.7.5
opencv-python>=3.0
box2d-py==2.3.5
scipy>=1.4.1

View File

@@ -11,7 +11,7 @@ from version import VERSION # noqa:E402
# Environment-specific dependencies.
extras = {
"atari": ["ale-py~=0.7.4"],
"atari": ["ale-py~=0.7.5"],
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
"classic_control": ["pygame==2.1.0"],