Skip to content

Commit

Permalink
Pin bokeh 1.1.0dev8
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 27, 2019
1 parent d0b4341 commit a752ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'] + [
Expand Down

0 comments on commit a752ea1

Please sign in to comment.