setup: don't require exact matplotlib version

Because this older version fails to install on Ubuntu 20.04
and makes the entire setup script fail.
This commit is contained in:
Matthias Grob
2020-06-29 21:52:37 +02:00
committed by Daniel Agar
parent dc69d99764
commit 47de2419a3
+1 -1
View File
@@ -4,7 +4,7 @@ cerberus
coverage
empy>=3.3
jinja2>=2.8
matplotlib==3.0.*
matplotlib>=3.0.*
numpy>=1.13
packaging
pandas>=0.21