mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
bump versions
This commit is contained in:
@@ -1 +1 @@
|
||||
VERSION = '0.10.5'
|
||||
VERSION = '0.10.6'
|
||||
|
4
setup.py
4
setup.py
@@ -7,8 +7,8 @@ from version import VERSION
|
||||
|
||||
# Environment-specific dependencies.
|
||||
extras = {
|
||||
'atari': ['atari_py>=0.1.1', 'Pillow', 'PyOpenGL'],
|
||||
'box2d': ['box2d-py>=2.3.4'],
|
||||
'atari': ['atari_py>=0.1.4', 'Pillow', 'PyOpenGL'],
|
||||
'box2d': ['box2d-py>=2.3.5'],
|
||||
'classic_control': ['PyOpenGL'],
|
||||
'mujoco': ['mujoco_py>=1.50', 'imageio'],
|
||||
'robotics': ['mujoco_py>=1.50', 'imageio'],
|
||||
|
Reference in New Issue
Block a user