From e12aceeefea7e855a4e1242fa67a09b85d85cdbd Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Thu, 8 Jun 2017 17:18:22 -0700 Subject: [PATCH] Add missing rtmidi pip dep and bump version. (#720) * Add missing RUN_DEMO script. * Remove blank line * Add missing pip dep and bump version. --- magenta/tools/pip/setup.py | 1 + magenta/version.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/magenta/tools/pip/setup.py b/magenta/tools/pip/setup.py index 60b047564..24e06f60c 100644 --- a/magenta/tools/pip/setup.py +++ b/magenta/tools/pip/setup.py @@ -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', diff --git a/magenta/version.py b/magenta/version.py index 12fc3ec6d..817631cb0 100644 --- a/magenta/version.py +++ b/magenta/version.py @@ -18,4 +18,4 @@ pulling in all the dependencies in __init__.py. """ -__version__ = '0.1.14' +__version__ = '0.1.15'