mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
setup: remove unusual Python dependencies
As far as I know these dependencies are only ever required when doing analysis in ECL. At that point developers should be confident to add what is required.
This commit is contained in:
@@ -2,8 +2,6 @@ argparse>=1.2
|
||||
cerberus
|
||||
empy>=3.3
|
||||
jinja2>=2.8
|
||||
matplotlib
|
||||
nose
|
||||
numpy>=1.13
|
||||
pandas>=0.21
|
||||
psutil
|
||||
@@ -14,5 +12,4 @@ pygments
|
||||
setuptools>=39.2.0
|
||||
six>=1.12.0
|
||||
toml>=0.9
|
||||
tornado
|
||||
wheel>=0.31.1
|
||||
|
||||
Reference in New Issue
Block a user