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'