From 36ccf5cf6057cab30730eaeafafa9462b7d037db Mon Sep 17 00:00:00 2001 From: James Krieger Date: Fri, 28 Jun 2024 16:07:08 +0200 Subject: [PATCH] Hot fix: Update pyproject.toml and requirements for scipy Hot fix for #1906 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 097169ce0..40aa5e374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools", "wheel", "numpy>=1.10,<1.25", "pyparsing<=3.1.1", "scipy"] +requires = ["setuptools", "wheel", "numpy>=1.10,<1.25", "pyparsing<=3.1.1", "scipy<=1.13.1"]