This commit is contained in:
Jesse Farebrother
2019-06-21 19:50:54 -04:00
committed by pzhokhov
parent f4f2b6a133
commit fc6891c9c8
2 changed files with 23 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ from version import VERSION
# Environment-specific dependencies.
extras = {
'atari': ['atari_py~=0.1.4', 'Pillow', 'opencv-python'],
'atari': ['atari_py~=0.2.0', 'Pillow', 'opencv-python'],
'box2d': ['box2d-py~=2.3.5'],
'classic_control': [],
'mujoco': ['mujoco_py>=1.50, <2.1', 'imageio'],