Skip to content

Commit d1d0c96

Browse files
Bump ale to 0.8.0 (#3071)
1 parent d818750 commit d1d0c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lz4>=3.1.0
99
matplotlib>=3.0
1010
box2d-py==2.3.5
1111
pygame==2.1.0
12-
ale-py~=0.7.5
12+
ale-py~=0.8.0
1313
mujoco==2.2.0
1414
mujoco_py<2.2,>=2.1
1515
imageio>=2.14.1

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Environment-specific dependencies.
1515
extras = {
16-
"atari": ["ale-py~=0.7.5"],
16+
"atari": ["ale-py~=0.8.0"],
1717
"accept-rom-license": ["autorom[accept-rom-license]~=0.4.2"],
1818
"box2d": ["box2d-py==2.3.5", "pygame==2.1.0", "swig==4.*"],
1919
"classic_control": ["pygame==2.1.0"],

0 commit comments

Comments
 (0)