diff --git a/setup.py b/setup.py index 07c551335c..d0af252a6b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ # IPython Notebook + pandas + matplotlib + bokeh extras_require['recommended'] = extras_require['notebook'] + [ - 'pandas', 'matplotlib>=2.1', 'bokeh>=1.1.0dev9', 'panel'] + 'pandas', 'matplotlib>=2.1', 'bokeh>=1.1.0dev10', 'panel'] # Requirements to run all examples extras_require['examples'] = extras_require['recommended'] + [