Skip to content

Commit

Permalink
Updated bokeh requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 6, 2019
1 parent b99dd2a commit f245697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"param >=1.7.0",
"bokeh >=1.4.0",
"pyct >=0.4.4",
"setuptools >=30.3.0",
]
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def run(self):
########## dependencies ##########

install_requires = [
'bokeh >=1.3.0',
'bokeh >=1.4.0',
'param >=1.9.0',
'pyviz_comms >=0.7.2',
'markdown',
Expand Down Expand Up @@ -141,7 +141,7 @@ def run(self):
'param >=1.9.0',
'pyct >=0.4.4',
'setuptools >=30.3.0',
'bokeh >=1.3.0',
'bokeh >=1.4.0',
'pyviz_comms >=0.6.0',
'nodejs >=9.11.1',
]
Expand Down

0 comments on commit f245697

Please sign in to comment.