On 30/10/2015 17:45, Neal Becker wrote:
Chris Warrick wrote:
On 30 October 2015 at 13:14, Neal Becker wrote:
I have a custom-compiled numpy 1.10.0. But as you see, pip wants to
install a new numpy, even though the requirement (numpy>=1.6) was already
satisfied. WTF?
All are installed into -
On Sat, Oct 31, 2015 at 4:45 AM, Neal Becker 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
--
https://mail.python.org/mailman/listinfo/python-list
Chris Warrick wrote:
> On 30 October 2015 at 13:14, Neal Becker wrote:
>> I have a custom-compiled numpy 1.10.0. But as you see, pip wants to
>> install a new numpy, even though the requirement (numpy>=1.6) was already
>> satisfied. WTF?
>>
>> All are installed into --user.
>>
>> This is on fedo
On 30 October 2015 at 13:14, Neal Becker wrote:
> I have a custom-compiled numpy 1.10.0. But as you see, pip wants to install
> a new numpy, even though the requirement (numpy>=1.6) was already satisfied.
> WTF?
>
> All are installed into --user.
>
> This is on fedora 22 linux.
>
> pip install --
I have a custom-compiled numpy 1.10.0. But as you see, pip wants to install
a new numpy, even though the requirement (numpy>=1.6) was already satisfied.
WTF?
All are installed into --user.
This is on fedora 22 linux.
pip install --up --user matplotlib
Collecting matplotlib
Using cached ma