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

View File

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