Skip to content

Commit

Permalink
Merge pull request spotify#16 from spotify/chris/bokeh_1.0
Browse files Browse the repository at this point in the history
Bokeh 1.0
  • Loading branch information
cphalpert authored Nov 13, 2018
2 parents 0c5ee17 + 0970b34 commit 576c8f3
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 106 deletions.
208 changes: 104 additions & 104 deletions examples/Examples.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jupyter==1.0.0
pylint==1.7.4
Pillow==5.3.0
selenium==3.8.0
bokeh==0.13.0
bokeh==1.0.1
scipy==1.0.0
colour==0.1.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Avoid selenium bug:
# https://github.com/SeleniumHQ/selenium/issues/5296
'selenium>=3.7.0,<=3.8.0',
'bokeh>=0.12.15,<1.0.0',
'bokeh>=0.12.16,<2.0.0',
'scipy>=1.0.0,<2.0.0',
'colour>=0.1.5,<1.0.0'
]
Expand Down

0 comments on commit 576c8f3

Please sign in to comment.