You can run the following code in order to check the version of Numpy installed in Python:
import numpy print(numpy.version.version)
Run the code, and you’ll get the version of Numpy. Here is an example of the version installed that you may see:
1.18.1