Home / Python Numpy / How to Check NumPy Version in Python In this example we will show how to check NumPy version in Python. Source Code import numpy as np print(np.__version__) Output: 1.17.2