Version of NymPy

Larry Martell larry.martell at gmail.com
Wed May 15 14:55:07 EDT 2024


On Wed, May 15, 2024 at 2:43 PM Popov, Dmitry Yu via Python-list
<python-list at python.org> wrote:
>
> What would be the easiest way to learn which version of NumPy I have with my Anaconda distribution?

>>> import numpy
>>> numpy.__version__
'1.24.4'


More information about the Python-list mailing list