From 4f9852f930cc4d07422b478242206bc810a2fd57 Mon Sep 17 00:00:00 2001 From: PeterMeisrimelModelon <92585725+PeterMeisrimelModelon@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:58:53 +0200 Subject: [PATCH] limiting max scipy version until source of regression has been found --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ae02d747..e9aeb933 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ setup_requires = install_requires = numpy >= 1.26.3 - scipy >= 1.11.4 + scipy >= 1.11.4, < 1.13 cython >= 3.0.7 nose-py3 >= 1.6.3 matplotlib > 3