diff --git a/README.md b/README.md index 158d48898a7bd..cb3a966c08f74 100644 --- a/README.md +++ b/README.md @@ -164,12 +164,11 @@ pip install pandas ``` ## Dependencies -- [NumPy](https://www.numpy.org): 1.13.3 or higher -- [python-dateutil](https://labix.org/python-dateutil): 2.5.0 or higher -- [pytz](https://pythonhosted.org/pytz): 2015.4 or higher +- [NumPy](https://www.numpy.org) +- [python-dateutil](https://labix.org/python-dateutil) +- [pytz](https://pythonhosted.org/pytz) -See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) -for recommended and optional dependencies. +See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies. ## Installation from sources To install pandas from source you need Cython in addition to the normal