diff --git a/pyproject.toml b/pyproject.toml index b295eb9..a400758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.11" dependencies = [ - "numpy>=1.23", + "numpy>=2.4.4", "librosa>=0.10", "soundfile>=0.12", "jsonschema>=4.0",