Skip to content

Commit

Permalink
Pin holoviews version
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 2, 2020
1 parent a65c231 commit 796d647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ requirements:
{% for dep in sdata.get('install_requires',{}) %}
- {{ dep }}
{% endfor %}
run_constrained:
- holoviews >=1.13.2

about:
home: {{ sdata['url'] }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def run(self):

_recommended = [
'notebook >=5.4',
'holoviews >=1.13.0',
'holoviews >=1.13.2',
'matplotlib',
'pillow',
'plotly'
Expand Down

0 comments on commit 796d647

Please sign in to comment.