Python – How to check which version of NumPy I’m using

numpypythonversion

How can I check which version of NumPy I'm using?

(FYI this question has been edited because both the question and answer are not platform specific.)

Best Answer

import numpy
numpy.version.version