yellowbrick icon indicating copy to clipboard operation
yellowbrick copied to clipboard

conda recipe should probably use matplotlib-base

Open jamesmyatt opened this issue 4 years ago • 1 comments

According to the conda-forge docs, the conda recipe should probably depend on the matplotlib-base package, rather than matplotlib: https://conda-forge.org/docs/maintainer/knowledge_base.html#matplotlib

Is this right? Does yellowbrick require pyqt as well or just matplotlib?

For example: https://github.com/conda-forge/geoplot-feedstock/pull/19

Note that the conda-forge recipe uses matplotlib-base: https://github.com/conda-forge/yellowbrick-feedstock/blob/master/recipe/meta.yaml#L25

jamesmyatt avatar Apr 01 '21 12:04 jamesmyatt

@jamesmyatt thanks for using Yellowbrick and thanks for the note about the conda recipe. Yellowbrick just requires matplotlib, not pyqt; we can look into it during our next conda release.

bbengfort avatar Apr 02 '21 00:04 bbengfort