mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Bump dependencies
This commit is contained in:
12
setup.py
12
setup.py
@@ -19,16 +19,16 @@ setup(name='gym',
|
|||||||
'numpy>=1.10.4', 'requests', 'six'
|
'numpy>=1.10.4', 'requests', 'six'
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'all': ['atari_py>=0.0.16', 'Pillow', 'pyglet',
|
'all': ['atari_py>=0.0.17', 'Pillow', 'pyglet',
|
||||||
'pachi-py>=0.0.16',
|
'pachi-py>=0.0.18',
|
||||||
'mujoco_py>=0.4.0', 'imageio'],
|
'mujoco_py>=0.4.1', 'imageio'],
|
||||||
|
|
||||||
# Environment-specific dependencies. Keep these in sync with
|
# Environment-specific dependencies. Keep these in sync with
|
||||||
# 'all'!
|
# 'all'!
|
||||||
'atari': ['atari_py>=0.0.16', 'Pillow', 'pyglet'],
|
'atari': ['atari_py>=0.0.17', 'Pillow', 'pyglet'],
|
||||||
'board_game' : ['pachi-py>=0.0.16'],
|
'board_game' : ['pachi-py>=0.0.18'],
|
||||||
'classic_control': ['pyglet'],
|
'classic_control': ['pyglet'],
|
||||||
'mujoco': ['mujoco_py>=0.4.0', 'imageio'],
|
'mujoco': ['mujoco_py>=0.4.1', '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