From ef4f9b22f5a316cc763c27ed402afe98108146c0 Mon Sep 17 00:00:00 2001 From: Ian Simon Date: Fri, 24 May 2024 11:38:24 -0700 Subject: [PATCH] update dependency on note_seq to use github head (to get updated bokeh plotting) PiperOrigin-RevId: 636985542 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5110251..4c170e5 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',