From e95c7430eeeef0d6e91792fd3da0be5cc4613df8 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Fri, 3 Jan 2025 13:22:48 -0500 Subject: [PATCH] Use stcal dev Only stcal dev supports 3.13 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a99681eac..00e4d1124e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,8 @@ dependencies = [ "scikit-image>=0.20.0", "scipy>=1.14.1", "spherical-geometry>=1.2.22", - "stcal>=1.11.0,<1.12.0", + # "stcal>=1.11.0,<1.12.0", + "stcal @ git+https://github.com/spacetelescope/stcal.git@main", "stdatamodels>=2.2.0,<2.3.0", "stpipe>=0.8.0,<0.9.0", "stsci.imagestats>=1.6.3",