fix: switching audio dependencies from audio to dependencies for pytest minimal install success

This commit is contained in:
CarolinePascal 2025-04-11 15:55:55 +02:00
parent c7930d6178
commit cb1a625617
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -67,8 +67,11 @@ dependencies = [
"pynput>=1.7.7",
"pyzmq>=26.2.1",
"rerun-sdk>=0.21.0",
"sounddevice>=0.5.1",
"soundfile>=0.13.1",
"termcolor>=2.4.0",
"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')",
"torchvision>=0.21.0",
"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"]
video_benchmark = ["scikit-image>=0.23.2", "pandas>=2.2.2"]
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]
requires-poetry = ">=2.1"