[Matplotlib-devel] Should we add manylinux wheels for previous versions of matplotlib?

Matthew Brett matthew.brett at gmail.com
Wed Jun 1 13:39:10 EDT 2016


On Mon, May 30, 2016 at 5:08 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
> On Mon, May 30, 2016 at 4:47 PM, Nathaniel Smith <njs at pobox.com> wrote:
>> Just to check, I assume that these wheels would need a backport of:
>>   https://github.com/matplotlib/matplotlib/pull/6442
>> ?
>
> Yes, that's already done over at :
> https://github.com/matthew-brett/manylinux-builds/blob/master/build_matplotlibs.sh

To see what you'd get if we did upload the wheels, try:

python -m pip install --upgrade pip  # Upgrade to latest pip
pip install -f https://nipy.bic.berkeley.edu/manylinux matplotlib==1.4.0

etc.

Cheers,

Matthew


More information about the Matplotlib-devel mailing list