From 05df8f3b98b9133343b58068ec885cb0888c354c Mon Sep 17 00:00:00 2001 From: "Brett M. Morris" Date: Thu, 11 May 2023 15:33:10 -0400 Subject: [PATCH] updating minversion of stsci.imagestats --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52697303c..7ee6a7779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ 'stpipe >=0.5.0', 'tweakwcs >=0.8.0', 'spherical-geometry >= 1.2.22', - 'stsci.imagestats', + 'stsci.imagestats >= 1.6.3', ] dynamic = ['version']