From 046a0306ea8cc762b8bd4a702c2bb8dc5368c478 Mon Sep 17 00:00:00 2001 From: Melanie Clarke Date: Thu, 19 Dec 2024 11:43:21 -0500 Subject: [PATCH] Bump minimum scipy to 1.14.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b05b96f557..84f544d54f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pyparsing>=2.2.1", "requests>=2.22", "scikit-image>=0.19", - "scipy>=1.9.3", + "scipy>=1.14.1", "spherical-geometry>=1.2.22", "stcal @ git+https://github.com/spacetelescope/stcal.git@main", "stdatamodels @ git+https://github.com/spacetelescope/stdatamodels.git@main",