mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +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
|
cerberus
|
||||||
empy>=3.3
|
empy>=3.3
|
||||||
jinja2>=2.8
|
jinja2>=2.8
|
||||||
matplotlib
|
|
||||||
nose
|
|
||||||
numpy>=1.13
|
numpy>=1.13
|
||||||
pandas>=0.21
|
pandas>=0.21
|
||||||
psutil
|
psutil
|
||||||
@@ -14,5 +12,4 @@ pygments
|
|||||||
setuptools>=39.2.0
|
setuptools>=39.2.0
|
||||||
six>=1.12.0
|
six>=1.12.0
|
||||||
toml>=0.9
|
toml>=0.9
|
||||||
tornado
|
|
||||||
wheel>=0.31.1
|
wheel>=0.31.1
|
||||||
|
|||||||
Reference in New Issue
Block a user