mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-13 15:42:06 +08:00
add core python deps (#32794)
add core deps
old-commit-hash: 77a8094f55
This commit is contained in:
Generated
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b85d89f19faefa8f0518c6cae3858726f588d0608fe25cc26144ce642a24181a
|
||||
size 619527
|
||||
oid sha256:2bcb927eb5feaae7563f324edabfda68c528e3940e5f60a2179d3ddc44b95bdb
|
||||
size 620889
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user