Skip to content

Commit

Permalink
Merge 8d86725 into 741cf9e
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 22, 2020
2 parents 741cf9e + 8d86725 commit e9fcade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"param >=1.9.0",
"bokeh >=1.4.0",
"bokeh >=1.4.0,<2.0.0",
"pyct >=0.4.4",
"setuptools >=30.3.0",
]
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -94,7 +94,7 @@ def run(self):
### dependencies ###

_required = [
'bokeh >=1.4.0',
'bokeh >=1.4.0,<2.0.0',
'cartopy >=0.17.0',
'holoviews >=1.13.0a19',
'numpy >=1.0',
Expand Down Expand Up @@ -147,7 +147,7 @@ def run(self):
extras_require['build'] = [
'param >=1.9.0',
'pyct >=0.4.4',
'bokeh >=1.4.0',
'bokeh >=1.4.0,<2.0.0',
'nodejs >=9.11.1',
'setuptools' # should make this pip now
]
Expand Down

0 comments on commit e9fcade

Please sign in to comment.