new packages (#144)

This commit is contained in:
Adeeb Shihadeh
2023-06-07 19:25:05 -07:00
committed by GitHub
parent f4b552faa6
commit 4d25c57817
3 changed files with 1677 additions and 1085 deletions
+1
View File
@@ -56,6 +56,7 @@ apt-get install --no-install-recommends -yq \
ocl-icd-opencl-dev \
opencl-headers \
pkg-config \
portaudio19-dev \
texinfo \
vnstat \
wget \
+1668 -1084
View File
File diff suppressed because it is too large Load Diff
+8 -1
View File
@@ -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 = "*"