Bump ale to 0.8.0 (#3071)

This commit is contained in:
Mark Towers
2022-09-06 17:03:51 +01:00
committed by GitHub
parent d818750547
commit d1d0c960c2
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ lz4>=3.1.0
matplotlib>=3.0
box2d-py==2.3.5
pygame==2.1.0
ale-py~=0.7.5
ale-py~=0.8.0
mujoco==2.2.0
mujoco_py<2.2,>=2.1
imageio>=2.14.1

View File

@@ -13,7 +13,7 @@ with open("gym/version.py") as file:
# Environment-specific dependencies.
extras = {
"atari": ["ale-py~=0.7.5"],
"atari": ["ale-py~=0.8.0"],
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
"classic_control": ["pygame==2.1.0"],