Skip to content

Commit

Permalink
Require holoviews >= 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Sep 14, 2018
1 parent e404e9a commit b85dc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def package_assets(example_path):
_required = [
'bokeh >=0.12.15', # not strictly required but shouldn't be problematic
'cartopy >=0.14.2', # prevents pip alone (requires external package manager)
'holoviews >=1.10.1',
'holoviews >=1.11.0a4',
'numpy >=1.0',
'param >=1.6.1'
]
Expand Down

0 comments on commit b85dc92

Please sign in to comment.