mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
Tools/setup: fix the wrong - deprecated - expression in the requirements.txt
- Fixes matplotlib version expression from ">=3.0.*" ro ">=3.0" which is the right syntax Fixes issue #23329 Co-authored-by: lee wonwoo <leewonwoo@leeui-MacBookPro.local>
This commit is contained in:
@@ -7,7 +7,7 @@ jinja2>=2.8
|
||||
jsonschema
|
||||
kconfiglib
|
||||
lxml
|
||||
matplotlib>=3.0.*
|
||||
matplotlib>=3.0
|
||||
numpy>=1.13
|
||||
nunavut>=1.1.0
|
||||
packaging
|
||||
|
||||
Reference in New Issue
Block a user