Skip to content

Commit 8f6561d

Browse files
authored
Merge pull request #37 from traversaro/patch-1
Add pyyaml as a dependency
2 parents 111a308 + cf18967 commit 8f6561d

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)