diff --git a/pyproject.toml b/pyproject.toml index 61c78a3..f8825df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.optional-dependencies] torch = ["torch>=2.0", "transformers>=4.35"] -audio = ["soundfile>=0.12"] +audio = ["soundfile>=0.14.0"] dev = [ "pytest>=7.4", "pytest-cov>=4.1",