diff --git a/setup.py b/setup.py index f0be2e7..ad73b69 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ REQUIRED_PACKAGES = [ 'absl-py', 'attrs', - 'bokeh >= 0.12.0', + 'bokeh <= 2.3.3', 'intervaltree >= 2.1.0', 'IPython', 'librosa >= 0.6.2',