mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
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:
committed by
Daniel Agar
parent
dc69d99764
commit
47de2419a3
@@ -4,7 +4,7 @@ cerberus
|
|||||||
coverage
|
coverage
|
||||||
empy>=3.3
|
empy>=3.3
|
||||||
jinja2>=2.8
|
jinja2>=2.8
|
||||||
matplotlib==3.0.*
|
matplotlib>=3.0.*
|
||||||
numpy>=1.13
|
numpy>=1.13
|
||||||
packaging
|
packaging
|
||||||
pandas>=0.21
|
pandas>=0.21
|
||||||
|
|||||||
Reference in New Issue
Block a user