diff --git a/pyproject.toml b/pyproject.toml index b295eb9..7c656c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requires-python = ">=3.11" dependencies = [ "numpy>=1.23", "librosa>=0.10", - "soundfile>=0.12", + "soundfile>=0.13.1", "jsonschema>=4.0", ]