Adding audio dependencies

This commit is contained in:
CarolinePascal 2025-03-24 15:24:01 +01:00
parent 768e36660d
commit 140d4f0431
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,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"]
[tool.poetry]
requires-poetry = ">=2.1"