Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Require matplotlib-base in conda recipe (#4265)
  • Loading branch information
philippjfr committed Mar 5, 2020
1 parent 7992636 commit fb71e9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda.recipe/meta.yaml
Expand Up @@ -30,13 +30,15 @@ requirements:
- {{ dep }}
{% endfor %}
{% for dep in sdata['extras_require']['recommended'] %}
{% if "matplotlib" not in dep %}
- {{ dep }}
{% endif %}
- matplotlib-base>=2.2
{% endfor %}

test:
requires:
- nose
- matplotlib<=3.0
imports:
- holoviews
commands:
Expand Down

0 comments on commit fb71e9e

Please sign in to comment.