mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-07-31 22:04:31 +00:00
attempt to remove pyopengl
This commit is contained in:
4
setup.py
4
setup.py
@@ -7,9 +7,9 @@ from version import VERSION
|
|||||||
|
|
||||||
# Environment-specific dependencies.
|
# Environment-specific dependencies.
|
||||||
extras = {
|
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'],
|
'box2d': ['box2d-py>=2.3.5'],
|
||||||
'classic_control': ['PyOpenGL'],
|
'classic_control': [],
|
||||||
'mujoco': ['mujoco_py>=1.50, <2.1', 'imageio'],
|
'mujoco': ['mujoco_py>=1.50, <2.1', 'imageio'],
|
||||||
'robotics': ['mujoco_py>=1.50, <2.1', 'imageio'],
|
'robotics': ['mujoco_py>=1.50, <2.1', 'imageio'],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user