From e6748cb8edea14aee52109dd87c71c4fd9c94566 Mon Sep 17 00:00:00 2001 From: Harsh Sharma <51477130+hs2361@users.noreply.github.com> Date: Wed, 4 Nov 2020 14:14:35 +0530 Subject: [PATCH] Update version of Matplotlib that needs Python 3.7 Fixes #18882. Updated the minimum version of Matplotlib from 3.1 to 3.4 in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 062732097e06..76d584822d5c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ if sys.version_info < min_version: error = """ -Beginning with Matplotlib 3.1, Python {0} or above is required. +Beginning with Matplotlib 3.4, Python {0} or above is required. You are using Python {1}. This may be due to an out of date pip.