It appears that the build of matplotlib in conda-forge does not require
pyqt5:
https://github.com/conda-forge/matplotlib-feedstock/blob/master/recipe/meta.yaml
So in your case, I would do:
conda remove pyqt5 matplotlib
conda install --channel=conda-forge matplotlib
On Thu, Feb 2, 2017 at 8:48 AM
no, pyqt5 is not a dependency for matplotlib. this looks like a conda
packaging issue.
Side note: the sourceforge mailing list is deprecated. Please use the
python.org version instead (you'll have to re-register).
Ben Root
On Thu, Feb 2, 2017 at 11:43 AM, Osborn, Raymond wrote:
> I just creat