Version of NymPy

MRAB python at mrabarnett.plus.com
Wed May 15 15:05:09 EDT 2024


On 2024-05-15 19:42, Popov, Dmitry Yu via Python-list wrote:
> What would be the easiest way to learn which version of NumPy I have with my Anaconda distribution?

Import numpy and print its '__version__' attribute.



More information about the Python-list mailing list