Skip to content

Commit

Permalink
Added yaml dep (how was this passing before?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Humphrey committed Jan 19, 2017
1 parent 356249a commit b24ebf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
install_requires=[
'numpy >= 1.8.0',
'nose',
'six'
'six',
'pyyaml'
]
)

0 comments on commit b24ebf6

Please sign in to comment.