From 95e4111481027ba074714007fb8d63af5642dfc2 Mon Sep 17 00:00:00 2001 From: Ian Simon Date: Thu, 23 May 2024 17:30:42 -0700 Subject: [PATCH] update dependency on note_seq to use github head (to get updated bokeh plotting) PiperOrigin-RevId: 636729648 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5110251..65671b4 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ 'immutabledict', 'librosa', 'mir_eval', - 'note_seq', + 'note_seq @ git+https://github.com/magenta/note_seq#egg=note_seq', 'numpy', 'pretty_midi', 'scikit-learn',