mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
python requirements: add symforce since the configure step includes it
Without this you get the following error message in the middle of the configure step status output: /usr/bin/python3.11: Error while finding module specification for 'symforce.symbolic' (ModuleNotFoundError: No module named 'symforce') It still configures succesfully.
This commit is contained in:
parent
11a3d4518e
commit
4c8aed0f86
@ -16,7 +16,6 @@ pandas>=0.21
|
||||
pkgconfig
|
||||
psutil
|
||||
pygments
|
||||
wheel>=0.31.1
|
||||
pymavlink
|
||||
pyros-genmsg
|
||||
pyserial
|
||||
@ -25,5 +24,7 @@ pyyaml
|
||||
requests
|
||||
setuptools>=39.2.0
|
||||
six>=1.12.0
|
||||
toml>=0.9
|
||||
symforce>=0.9
|
||||
sympy>=1.10.1
|
||||
toml>=0.9
|
||||
wheel>=0.31.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user