Thank you. ________________________________ From: Larry Martell <[email protected]> Sent: Wednesday, May 15, 2024 1:55 PM To: Popov, Dmitry Yu <[email protected]> Cc: Popov, Dmitry Yu via Python-list <[email protected]> Subject: Re: Version of NymPy
On Wed, May 15, 2024 at 2: 43 PM Popov, Dmitry Yu via Python-list <python-list@ python. org> wrote: > > What would be the easiest way to learn which version of NumPy I have with my Anaconda distribution? >>> import numpy >>> ZjQcmQRYFpfptBannerStart This Message Is From an External Sender This message came from outside your organization. ZjQcmQRYFpfptBannerEnd On Wed, May 15, 2024 at 2:43 PM Popov, Dmitry Yu via Python-list <[email protected]> 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' -- https://mail.python.org/mailman/listinfo/python-list
