Skip to content

Commit

Permalink
Both meta.yaml and setup.py now specify bokeh >=0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Jun 23, 2017
1 parent ddf205a commit 707da2b
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 @@ -16,7 +16,7 @@ requirements:
- param >=1.5.1,<2.0
- numpy
- matplotlib
- bokeh ==0.12.6
- bokeh >=0.12.6
- 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 @@ -18,7 +18,7 @@
extras_require['recommended'] = (extras_require['notebook-dependencies']
+ ['matplotlib', 'lancet-ioam'])
# Additional, useful third-party packages
extras_require['extras'] = (['pandas', 'seaborn', 'bokeh==0.12.6']
extras_require['extras'] = (['pandas', 'seaborn', 'bokeh>=0.12.6']
+ extras_require['recommended'])
# Everything including cyordereddict (optimization) and nosetests
extras_require['all'] = (extras_require['recommended']
Expand Down

0 comments on commit 707da2b

Please sign in to comment.