From 5ffd4e24ecc2bf07bc980591fb6b2b347e70cb7c Mon Sep 17 00:00:00 2001 From: Neil Stoker Date: Wed, 30 Oct 2019 23:55:44 +0000 Subject: [PATCH] Remove matplotlib version restriction So far as I can tell the matplotlib version restriction (to 2.0.2) is not necessary and causes difficulties in conda (for me at least it triggers reinstallation of an older version which then fails to compile) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6916741..fe41f12f 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( "librosa==0.6.2", "unidecode==0.4.20", "tensorboardX", - "matplotlib==2.0.2", + "matplotlib", "Pillow", "flask", # "lws",