fix: switching audio dependencies from audio to dependencies for pytest minimal install success
This commit is contained in:
parent
c7930d6178
commit
cb1a625617
|
@ -67,8 +67,11 @@ dependencies = [
|
||||||
"pynput>=1.7.7",
|
"pynput>=1.7.7",
|
||||||
"pyzmq>=26.2.1",
|
"pyzmq>=26.2.1",
|
||||||
"rerun-sdk>=0.21.0",
|
"rerun-sdk>=0.21.0",
|
||||||
|
"sounddevice>=0.5.1",
|
||||||
|
"soundfile>=0.13.1",
|
||||||
"termcolor>=2.4.0",
|
"termcolor>=2.4.0",
|
||||||
"torch>=2.2.1",
|
"torch>=2.2.1",
|
||||||
|
"torchaudio>=2.6.0",
|
||||||
"torchcodec>=0.2.1; sys_platform != 'win32' and (sys_platform != 'linux' or (platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')) and (sys_platform != 'darwin' or platform_machine != 'x86_64')",
|
"torchcodec>=0.2.1; sys_platform != 'win32' and (sys_platform != 'linux' or (platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')) and (sys_platform != 'darwin' or platform_machine != 'x86_64')",
|
||||||
"torchvision>=0.21.0",
|
"torchvision>=0.21.0",
|
||||||
"wandb>=0.16.3",
|
"wandb>=0.16.3",
|
||||||
|
@ -96,7 +99,7 @@ test = ["pytest>=8.1.0", "pytest-cov>=5.0.0", "pyserial>=3.5"]
|
||||||
umi = ["imagecodecs>=2024.1.1"]
|
umi = ["imagecodecs>=2024.1.1"]
|
||||||
video_benchmark = ["scikit-image>=0.23.2", "pandas>=2.2.2"]
|
video_benchmark = ["scikit-image>=0.23.2", "pandas>=2.2.2"]
|
||||||
xarm = ["gym-xarm>=0.1.1 ; python_version < '4.0'"]
|
xarm = ["gym-xarm>=0.1.1 ; python_version < '4.0'"]
|
||||||
audio = ["sounddevice>=0.5.1", "soundfile>=0.13.1", "librosa>=0.11.0", "torchaudio>=2.6.0"]
|
audio = ["librosa>=0.11.0"]
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
requires-poetry = ">=2.1"
|
requires-poetry = ">=2.1"
|
||||||
|
|
Loading…
Reference in New Issue