IQ.Pilot Release Commit @ 3fe374f

This commit is contained in:
IQ.Lvbs CI [bot]
2026-08-24 09:07:31 -05:00
parent 7954d43e00
commit 2f0ec679ec
99 changed files with 805 additions and 3278 deletions

View File

@@ -11,7 +11,7 @@ import sys
from importlib import metadata
from pathlib import Path
PACKAGES = ("iqdbc", "msgq", "panda", "teleoprtc", "tinygrad")
PACKAGES = ("iqdbc", "msgq", "panda", "tinygrad")
missing = []
for name in PACKAGES: