Sujet : Re: Version of NymPy
De : dpopov (at) *nospam* anl.gov (Popov, Dmitry Yu)
Groupes : comp.lang.pythonDate : 15. May 2024, 20:56:14
Autres entêtes
Message-ID : <mailman.8.1715799381.2909.python-list@python.org>
References : 1 2 3
Thank you.
________________________________
From: Larry Martell <
larry.martell@gmail.com>
Sent: Wednesday, May 15, 2024 1:55 PM
To: Popov, Dmitry Yu <
dpopov@anl.gov>
Cc: Popov, Dmitry Yu via Python-list <
python-list@python.org>
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
<
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
numpy.__version__
'1.24.4'