From 08f064b9b58f53dedef116e9db4cab1b98536b65 Mon Sep 17 00:00:00 2001 From: Gabriel Brammer Date: Wed, 26 Jun 2024 11:43:35 +0200 Subject: [PATCH] scipy < 1.14 for peakutils --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ea9824c8..1ca09682 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ classifiers= python_requires = >=3.8 install_requires = numpy - scipy + scipy<1.14 matplotlib astropy peakutils