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

@@ -27,17 +27,12 @@ dependencies = [
"msgq",
"iqdbc",
"panda",
"teleoprtc",
"tinygrad",
# body / webrtcd
"aiohttp",
"aiortc",
"av",
"libdatachannel-py>=2026.1.0.dev2",
# aiortc does not put an upper bound on pyopenssl and is now incompatible
# with the latest release
"pyopenssl < 24.3.0",
"pyaudio",
# panda
"libusb1",
@@ -100,7 +95,6 @@ testing = [
]
dev = [
"av",
"azure-identity",
"azure-storage-blob",
"dictdiffer",
@@ -255,5 +249,4 @@ not-subscriptable = "ignore"
msgq = { path = "artifacts/package_sources/msgq" }
iqdbc = { path = "artifacts/package_sources/iqdbc" }
panda = { path = "artifacts/package_sources/panda" }
teleoprtc = { path = "artifacts/package_sources/teleoprtc" }
tinygrad = { path = "artifacts/package_sources/tinygrad" }