Re: [matplotlib-devel] PyQt4 in Matplotlib v2.0.0

2017-02-02 Thread Paul Hobson
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

Re: [matplotlib-devel] PyQt4 in Matplotlib v2.0.0

2017-02-02 Thread Benjamin Root
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

[matplotlib-devel] PyQt4 in Matplotlib v2.0.0

2017-02-02 Thread Osborn, Raymond
I just created a new conda environment with Matplotlib included, and it duly installed matplotlib: 2.0.0-np111py27_0. It installed PyQt5 by default, whereas I need PyQt4, but when I installed PyQt4 (conda install pyqt=4), it automatically downgraded Matplotlib to 1.5.1. The following pa