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