Skip to content

Commit 6e39896

Browse files
Fixes for failing tests.
1 parent 961efc8 commit 6e39896

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
'configspace==0.4.10',
3333
'scipy==1.3.0',
3434
'pandas==0.25.0',
35-
'gym[atari]==0.14'
35+
'gym[atari]==0.14',
36+
'atari-py==0.2.5', # https://github.com/openai/atari-py/issues/81 #TODO Remove
37+
'matplotlib', # #TODO Remove?
3638
]
3739

3840
extras_require_cont = [

0 commit comments

Comments
 (0)