Adding audio dependencies
This commit is contained in:
parent
768e36660d
commit
140d4f0431
|
@ -96,6 +96,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"]
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
requires-poetry = ">=2.1"
|
requires-poetry = ">=2.1"
|
||||||
|
|
Loading…
Reference in New Issue