Skip to content

Commit

Permalink
Bumped required bokeh to 1.1.0dev10
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 22, 2019
1 parent 1d2f6a3 commit 8bc9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'] + [
Expand Down

0 comments on commit 8bc9340

Please sign in to comment.