Skip to content

Commit

Permalink
Add additional constraint on mujoco version
Browse files Browse the repository at this point in the history
See Farama-Foundation/Gymnasium#1221 for more details.
  • Loading branch information
traversaro authored Oct 19, 2024
1 parent c4cf908 commit 9a2e331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ outputs:
run:
- python
- {{ pin_subpackage('gymnasium', exact=True) }}
- mujoco-python
# See https://github.com/Farama-Foundation/Gymnasium/pull/1221
- mujoco-python >=2.3.6
- imageio >=2.14.1
test:
imports:
Expand Down

0 comments on commit 9a2e331

Please sign in to comment.