mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
Python: move symforce to optional requirements
symforce requires python 3.8 which isn't available by default on ubuntu 18.04.
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
symforce>=0.5.0
|
||||||
@@ -26,5 +26,4 @@ requests
|
|||||||
setuptools>=39.2.0
|
setuptools>=39.2.0
|
||||||
six>=1.12.0
|
six>=1.12.0
|
||||||
toml>=0.9
|
toml>=0.9
|
||||||
symforce>=0.5.0
|
|
||||||
sympy>=1.10.1
|
sympy>=1.10.1
|
||||||
|
|||||||
Reference in New Issue
Block a user