mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 13:54:31 +00:00
Bump the ale-py version (#2832)
* Up the ale-py version * Updates the ale-py version
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
ale-py~=0.7
|
ale-py~=0.7.5
|
||||||
opencv-python>=3.0
|
opencv-python>=3.0
|
||||||
box2d-py==2.3.5
|
box2d-py==2.3.5
|
||||||
scipy>=1.4.1
|
scipy>=1.4.1
|
||||||
|
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ from version import VERSION # noqa:E402
|
|||||||
|
|
||||||
# Environment-specific dependencies.
|
# Environment-specific dependencies.
|
||||||
extras = {
|
extras = {
|
||||||
"atari": ["ale-py~=0.7.4"],
|
"atari": ["ale-py~=0.7.5"],
|
||||||
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
|
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
|
||||||
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
|
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0"],
|
||||||
"classic_control": ["pygame==2.1.0"],
|
"classic_control": ["pygame==2.1.0"],
|
||||||
|
Reference in New Issue
Block a user