pip trouble

Chris Angelico rosuav at gmail.com
Fri Oct 30 18:00:26 EDT 2015


On Sat, Oct 31, 2015 at 4:45 AM, Neal Becker <ndbecker2 at gmail.com> wrote:
> How can I ask to upgrade just matplotlib, and not deps?

Unconfirmed, but can you say:

pip install --up --user matplotlib numpy==1.10.0

? That should bind to an exact version.

ChrisA



More information about the Python-list mailing list