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)
This commit is contained in:
Neil Stoker 2019-10-30 23:55:44 +00:00 committed by GitHub
parent 7eb291cae6
commit 5ffd4e24ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ setup(
"librosa==0.6.2",
"unidecode==0.4.20",
"tensorboardX",
"matplotlib==2.0.2",
"matplotlib",
"Pillow",
"flask",
# "lws",