mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Bump mujoco-py
This commit is contained in:
4
setup.py
4
setup.py
@@ -21,14 +21,14 @@ setup(name='gym',
|
|||||||
extras_require={
|
extras_require={
|
||||||
'all': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL',
|
'all': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL',
|
||||||
'pachi-py>=0.0.19',
|
'pachi-py>=0.0.19',
|
||||||
'mujoco_py>=0.4.1', 'imageio'],
|
'mujoco_py>=0.4.2', 'imageio'],
|
||||||
|
|
||||||
# Environment-specific dependencies. Keep these in sync with
|
# Environment-specific dependencies. Keep these in sync with
|
||||||
# 'all'!
|
# 'all'!
|
||||||
'atari': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL'],
|
'atari': ['atari_py>=0.0.17', 'Pillow', 'pyglet', 'PyOpenGL'],
|
||||||
'board_game' : ['pachi-py>=0.0.19'],
|
'board_game' : ['pachi-py>=0.0.19'],
|
||||||
'classic_control': ['pyglet', 'PyOpenGL'],
|
'classic_control': ['pyglet', 'PyOpenGL'],
|
||||||
'mujoco': ['mujoco_py>=0.4.1', 'imageio'],
|
'mujoco': ['mujoco_py>=0.4.2', 'imageio'],
|
||||||
},
|
},
|
||||||
package_data={'gym': ['envs/mujoco/assets/*.xml', 'envs/classic_control/assets/*.png']},
|
package_data={'gym': ['envs/mujoco/assets/*.xml', 'envs/classic_control/assets/*.png']},
|
||||||
tests_require=['nose2', 'mock'],
|
tests_require=['nose2', 'mock'],
|
||||||
|
Reference in New Issue
Block a user