attempt to remove pyopengl

This commit is contained in:
Christopher Hesse
2019-05-24 14:25:27 -07:00
parent e0e14acc45
commit 1bde3c01c3

View File

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