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:
Matthias Grob 2023-10-27 16:58:59 +02:00
parent 11a3d4518e
commit 4c8aed0f86

View File

@ -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