Can't update to numpy 1.13 with anaconda?

Viewed 57485
2 Answers

I had the same problem and none of them worked!

So I solved it using command:

pip install --upgrade numpy

Then, when I ls to my site-packages dir, I see it's updated to 1.14.0.

Related