lil pyproject.toml cleanup

This commit is contained in:
Adeeb Shihadeh
2026-02-20 18:35:24 -08:00
parent 23e1c4f49e
commit c46cf9f536
2 changed files with 5 additions and 10 deletions

View File

@@ -20,17 +20,15 @@ dependencies = [
# core
"cffi",
"scons",
"pycapnp==2.1.0",
"pycapnp",
"Cython",
"setuptools",
"numpy >=2.0",
# body / webrtcd
"av",
"aiohttp",
"aiortc",
# aiortc does not put an upper bound on pyopenssl and is now incompatible
# with the latest release
"pyopenssl < 24.3.0",
"pyaudio",
# panda
@@ -90,7 +88,6 @@ testing = [
]
dev = [
"av",
"matplotlib",
"opencv-python-headless",
]