rohanpsingh / mujoco-python-viewer

Simple renderer for use with MuJoCo (>=2.1.2) Python Bindings.
BSD 2-Clause "Simplified" License
163 stars 24 forks source link

Add pyyaml as a dependency #37

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

Thanks for providing this package! While packaging it for conda-forge (https://github.com/conda-forge/staged-recipes/pull/23289), I noticed that import yaml is used in the code, but not mentioned in the setup.py. I think this PR should fix the problem.

rohanpsingh commented 1 year ago

Thanks for the PR!