Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 21, 2024
1 parent 4a88c86 commit f3bc22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/conda/recipe-recommended/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
- python {{ project['requires-python'] }}
- {{ pin_subpackage('geoviews-core', exact=True) }}
{% for dep in sdata['extras_require']['recommended'] %}
- {{ dep.replace("geopandas", "geopandas-base").replace("matplotlib", "matplotlib-base" }}
- {{ dep.replace("geopandas", "geopandas-base").replace("matplotlib", "matplotlib-base") }}
{% endfor %}

test:
Expand Down

0 comments on commit f3bc22a

Please sign in to comment.