Skip to content

Commit

Permalink
Merge pull request spotify#87 from emschuch/update-packages
Browse files Browse the repository at this point in the history
update packages to latest version of bokeh
  • Loading branch information
cphalpert authored Aug 15, 2019
2 parents 7c2ee19 + 51add16 commit 2cf11a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion chartify/_core/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ def add_outside_legend(legend_location, layout_location):
""", UserWarning)
return self
new_legend = self.figure.legend[0]
new_legend.plot = None
new_legend.orientation = orientation
self.figure.add_layout(new_legend, layout_location)

Expand Down
7 changes: 2 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
-e .
pip==18.0.0
wheel==0.31.1
setuptools==40.3.0
twine==1.11.0
watchdog==0.8.3
flake8==2.6.0
Expand All @@ -22,6 +19,6 @@ jupyter==1.0.0
pylint==1.7.4
Pillow==5.3.0
selenium==3.8.0
bokeh==1.0.1
scipy==1.0.0
bokeh==1.3.2
scipy==1.3.0
colour==0.1.5

0 comments on commit 2cf11a5

Please sign in to comment.