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
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments