From 2a1333e39b6ef43d6d369f27057b58de599e6693 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Tue, 26 Nov 2019 01:33:59 +0200 Subject: [PATCH 1/3] Inconsistent minimum supported version in setup.py and README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 158d48898a7bd..0779f36749db9 100644 --- a/README.md +++ b/README.md @@ -165,8 +165,8 @@ 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 +- [python-dateutil](https://labix.org/python-dateutil): 2.6.1 or higher +- [pytz](https://pythonhosted.org/pytz): 2017.2 or higher See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for recommended and optional dependencies. From 21afa34ebd10171066242a96ca0f9a33e4b1f062 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Tue, 26 Nov 2019 21:52:14 +0200 Subject: [PATCH 2/3] Removed minimal dependencies version from README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0779f36749db9..42547732a6d13 100644 --- a/README.md +++ b/README.md @@ -164,12 +164,12 @@ pip install pandas ``` ## Dependencies -- [NumPy](https://www.numpy.org): 1.13.3 or higher -- [python-dateutil](https://labix.org/python-dateutil): 2.6.1 or higher -- [pytz](https://pythonhosted.org/pytz): 2017.2 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. +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 From ec9e2ff602fc56be68792987e8dfe94476f73dde Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <50263213+MomIsBestFriend@users.noreply.github.com> Date: Tue, 26 Nov 2019 22:26:54 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 42547732a6d13..cb3a966c08f74 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,7 @@ pip install pandas - [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 minimum supported versions of required, 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