

Pip list displays a list of installed package names and version numbers.

Modules in the standard library do not have individual versions but follow the Python version. Note that the _version_ is not set for the standard library modules such as math and os. In addition to the _version_ attribute, some packages, such as NumPy and pandas, provide functions and attributes that display more detailed information. Note that the _version_ attribute is not mandatory, so some packages do not have it.

We want python 3.7 specifically (hence python 3.7), and then the latest release of pandas, h5py, pytz, and obspy. PEP 8 - Style Guide for Python Code | If you want to be sure to get the last version dont forget to add my channel and to specify the last version number First installation conda install -c aleg -c anaconda -c.The _version_ attribute is recommended by PEP (Python Enhancement Proposals), and many packages have it.
