Skip to content

Commit

Permalink
Bumped bokeh version to 0.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Dec 12, 2017
1 parent e818d3d commit 94abb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
- param >=1.5.1,<2.0
- numpy
- matplotlib
- bokeh >=0.12.10,<=0.12.11
- bokeh ==0.12.13
- jupyter
- notebook
- ipython
Expand Down
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 + matplotlib
extras_require['recommended'] = extras_require['notebook-dependencies'] + ['matplotlib']
# Additional, useful third-party packages
extras_require['extras'] = (['pandas', 'seaborn', 'bokeh>=0.12.10, <0.12.12']
extras_require['extras'] = (['pandas', 'seaborn', 'bokeh==0.12.13']
+ extras_require['recommended'])
# Everything including cyordereddict (optimization) and nosetests
extras_require['all'] = (extras_require['recommended']
Expand Down

0 comments on commit 94abb1b

Please sign in to comment.