From 8bc9340d18d57499f6a6a3cd464a6786f5da1e78 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Fri, 22 Mar 2019 18:30:05 +0000 Subject: [PATCH] Bumped required bokeh to 1.1.0dev10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] + [