Just type the following in a command prompt:
pip uninstall numpy
Pip might ask you:
Proceed (y/n)?
You just type y, and it will uninstall. Then you type:
pip install numpy
It should work, as pip fetches the latest version of a package.