IQ.Pilot Release Commit @ cd83f5a

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-23 11:32:03 -05:00
parent 58039e647c
commit a80e124cb8
116 changed files with 1657 additions and 4066 deletions

View File

@@ -13,7 +13,7 @@ dependencies = [
"sounddevice", # micd + soundd
"pyserial", # pigeond + qcomgpsd
"requests", # many one-off uses
"sympy", # rednose + friends
"sympy",
"crcmod-plus", # cars + qcomgpsd
"tqdm", # cars (fw_versions.py) on start + many one-off uses
@@ -27,7 +27,6 @@ dependencies = [
"msgq",
"iqdbc",
"panda",
"rednose",
"teleoprtc",
"tinygrad",
@@ -256,6 +255,5 @@ not-subscriptable = "ignore"
msgq = { path = "artifacts/package_sources/msgq" }
iqdbc = { path = "artifacts/package_sources/iqdbc" }
panda = { path = "artifacts/package_sources/panda" }
rednose = { path = "artifacts/package_sources/rednose" }
teleoprtc = { path = "artifacts/package_sources/teleoprtc" }
tinygrad = { path = "artifacts/package_sources/tinygrad" }