Skip to content

Commit 205f074

Browse files
committed
add bokeh and matplotlib to the optional notebook requirements
1 parent 5b8f601 commit 205f074

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def make_release_tree(self, base_dir, files):
5959
'jupyter_client>=5.2.2', # because https://github.com/jupyter/jupyter_client/pull/314
6060
'holoviews>=1.9.1',
6161
'ipywidgets',
62+
'bokeh',
63+
'matplotlib',
6264
],
6365
}
6466

0 commit comments

Comments
 (0)