We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 111a308 + cf18967 commit 8f6561dCopy full SHA for 8f6561d
1 file changed
setup.py
@@ -7,7 +7,8 @@
7
INSTALL_REQUIRES = (
8
['mujoco >= 2.1.5',
9
'glfw >= 2.5.0',
10
- 'imageio']
+ 'imageio',
11
+ 'pyyaml']
12
)
13
14
setup(
0 commit comments