Skip to content

Commit cf18967

Browse files
authored
Add pyyaml as a dependency
1 parent 111a308 commit cf18967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
INSTALL_REQUIRES = (
88
['mujoco >= 2.1.5',
99
'glfw >= 2.5.0',
10-
'imageio']
10+
'imageio',
11+
'pyyaml']
1112
)
1213

1314
setup(

0 commit comments

Comments
 (0)