Skip to content

Commit

Permalink
Add missing rtmidi pip dep and bump version. (#720)
Browse files Browse the repository at this point in the history
* Add missing RUN_DEMO script.

* Remove blank line

* Add missing pip dep and bump version.
  • Loading branch information
adarob committed Jun 9, 2017
1 parent 460a0d8 commit e12acee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions magenta/tools/pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'mido == 1.2.6',
'pandas >= 0.18.1',
'pretty_midi >= 0.2.6',
'python-rtmidi',
'scipy >= 0.18.1',
'tensorflow >= 1.0.0',
'wheel',
Expand Down
2 changes: 1 addition & 1 deletion magenta/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
pulling in all the dependencies in __init__.py.
"""

__version__ = '0.1.14'
__version__ = '0.1.15'

0 comments on commit e12acee

Please sign in to comment.