Please note that if you are using Anaconda distribution, you don't need to install pandas separately and hence don't need to worry about installing the dependencies. It is still good to know the dependency packages that are being used behind the hood in pandas to better understand the functioning.
At the time of writing, the latest stable version of pandas is the 0.23.4 version. The various dependencies along with the associated download locations are as follows:
Package |
Required |
Description |
Download location |
NumPy : 1.9.0 or higher |
Required |
NumPy library for numerical operations |
|
python-dateutil 2.5.0 |
Required |
Date manipulation and utility library |
|
Pytz |
Required |
Time zone support |
|
Setuptools 24.2.0 |
Required |
Packaging Python projects... |