mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Pin mujoco-py to <1.0.0
We'll upgrade Gym to use it at a later date, however that will likely involve bumping all the envs, which we're trying to avoid for now.
This commit is contained in:
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ extras = {
|
|||||||
'board_game' : ['pachi-py>=0.0.19'],
|
'board_game' : ['pachi-py>=0.0.19'],
|
||||||
'box2d': ['Box2D-kengz'],
|
'box2d': ['Box2D-kengz'],
|
||||||
'classic_control': ['PyOpenGL'],
|
'classic_control': ['PyOpenGL'],
|
||||||
'mujoco': ['mujoco_py>=0.4.3', 'imageio'],
|
'mujoco': ['mujoco_py<1.0.0,>=0.4.3', 'imageio'],
|
||||||
'parameter_tuning': ['keras', 'theano'],
|
'parameter_tuning': ['keras', 'theano'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user