add core python deps (#32794)

add core deps
old-commit-hash: 77a8094f55d35c6f51af72c2928ffe109c9609f9
This commit is contained in:
Maxime Desroches
2024-06-19 22:29:17 -07:00
committed by GitHub
parent 8d8c2a29c9
commit 5ce4ea7a77
2 changed files with 4 additions and 3 deletions

BIN
poetry.lock LFS generated

Binary file not shown.

View File

@@ -95,6 +95,7 @@ pyserial = "*" # pigeond + qcomgpsd
requests = "*" # many one-off uses
sympy = "*" # rednose + friends
crcmod = "*" # cars + qcomgpsd
tqdm = "*" # cars (fw_versions.py) on start + many one-off uses
# hardwared
smbus2 = "*" # configuring amp
@@ -104,6 +105,7 @@ cffi = "*"
scons = "*"
pycapnp = "*"
Cython = "*"
setuptools = "*"
numpy = "*"
# body / webrtcd
@@ -190,7 +192,6 @@ rerun-sdk = "*"
tabulate = "*"
types-requests = "*"
types-tabulate = "*"
tqdm = "*"
# this is only pinned since 5.15.11 is broken
pyqt5 = { version = "==5.15.2", markers = "platform_machine == 'x86_64'" } # no aarch64 wheels for macOS/linux