From 500aa977fed99cb2f1c83f33b4e21407d4bb7e95 Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Wed, 23 Oct 2024 09:51:08 +0200 Subject: [PATCH] Bump scipy for Python 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",