From 5ce4ea7a7779610066e5490e5fd24970265ee1df Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 19 Jun 2024 22:29:17 -0700 Subject: [PATCH] add core python deps (#32794) add core deps old-commit-hash: 77a8094f55d35c6f51af72c2928ffe109c9609f9 --- poetry.lock | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 970a297d95..55c630381a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b85d89f19faefa8f0518c6cae3858726f588d0608fe25cc26144ce642a24181a -size 619527 +oid sha256:2bcb927eb5feaae7563f324edabfda68c528e3940e5f60a2179d3ddc44b95bdb +size 620889 diff --git a/pyproject.toml b/pyproject.toml index 1f6ac462e1..df4fdd760d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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