diff --git a/pyproject.toml b/pyproject.toml index cb00931..b28c73f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" requires-python = ">= 3.9" dependencies = [ "numpy >= 1.26.4", - "scipy >= 1.0.0", + "scipy >= 1.14.1", "pandas >= 2.2.0", "soundfile >= 0.10.0", "matplotlib >= 3.2.2",