add core python deps (#32794)

add core deps
old-commit-hash: 77a8094f55
pull/33029/head
Maxime Desroches 1 year ago committed by GitHub
parent 8d8c2a29c9
commit 5ce4ea7a77
  1. 4
      poetry.lock
  2. 3
      pyproject.toml

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b85d89f19faefa8f0518c6cae3858726f588d0608fe25cc26144ce642a24181a
size 619527
oid sha256:2bcb927eb5feaae7563f324edabfda68c528e3940e5f60a2179d3ddc44b95bdb
size 620889

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

Loading…
Cancel
Save