From d213ac0a114cb2e3fce26a2a81387bf15864512d Mon Sep 17 00:00:00 2001 From: Martin Reuter Date: Tue, 7 May 2024 14:49:34 +0200 Subject: [PATCH] support older python versions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6e8dfd..ef10960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ 'numpy>=1.21', 'plotly', 'psutil', - 'scipy==1.12', + 'scipy<=1.12', ] [project.optional-dependencies]