mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-23 01:04:08 +08:00
new packages (#144)
This commit is contained in:
@@ -56,6 +56,7 @@ apt-get install --no-install-recommends -yq \
|
||||
ocl-icd-opencl-dev \
|
||||
opencl-headers \
|
||||
pkg-config \
|
||||
portaudio19-dev \
|
||||
texinfo \
|
||||
vnstat \
|
||||
wget \
|
||||
|
||||
Generated
+1668
-1084
File diff suppressed because it is too large
Load Diff
@@ -60,7 +60,10 @@ zstandard = "*"
|
||||
zstd = "*"
|
||||
pyzstd = "*"
|
||||
casadi = "*"
|
||||
|
||||
pyaudio = "*"
|
||||
pydub = "*"
|
||||
aiohttp = "*"
|
||||
aiortc = "*"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ipython = "*"
|
||||
@@ -89,3 +92,7 @@ flaky = "*"
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
pytest-mock = "*"
|
||||
pytest-repeat = "*"
|
||||
pytest-timeout = "*"
|
||||
pytest-timeouts = "*"
|
||||
|
||||
Reference in New Issue
Block a user