Skip to content

Commit 4e218e4

Browse files
Ryan SepassiCopybara-Service
Ryan Sepassi
authored and
Copybara-Service
committedMay 26, 2018
Add gym[atari] to tests deps
PiperOrigin-RevId: 198146149
1 parent f385c89 commit 4e218e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
extras_require={
5050
'tensorflow': ['tensorflow>=1.5.0'],
5151
'tensorflow_gpu': ['tensorflow-gpu>=1.5.0'],
52-
'tests': ['pytest', 'mock', 'pylint', 'jupyter'],
52+
'tests': ['pytest', 'mock', 'pylint', 'jupyter', 'gym[atari]'],
5353
},
5454
classifiers=[
5555
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)