From a752ea11747e317d33c319287975aa841dfd8bb5 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 27 Feb 2019 19:32:35 +0000 Subject: [PATCH] Pin bokeh 1.1.0dev8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4c7bc83b0..37ea9e8808 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.0dev7', 'scipy', 'panel'] + 'pandas', 'matplotlib>=2.1', 'bokeh>=1.1.0dev8', 'scipy', 'panel'] # Requirements to run all examples extras_require['examples'] = extras_require['recommended'] + [