diff --git a/requirements.txt b/requirements.txt index cea9817..c9e92dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ holoviews==1.11.2 -bokeh==1.0.4 +bokeh==3.8.2 jsonpickle==1.1 diff --git a/setup.py b/setup.py index 9d1d23a..d9ec3fb 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'jupyter_geppetto==0.4.2', 'netpyne-py3==0.7.9', 'holoviews==1.11.2', - 'bokeh==1.0.4', + 'bokeh==3.8.2', 'jsonpickle==1.1' ], )