From c276ba3b9dd5f2cc79c3a5128a0ae9e791638757 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 25 Nov 2024 09:44:01 -0500 Subject: [PATCH] switch stcal requirement to dev --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 009457079..5ded1dae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ dependencies = [ # "roman_datamodels>=0.22.0,<0.23.0", "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", "scipy >=1.11", - "stcal>=1.10.0,<1.11.0", - # "stcal @ git+https://github.com/spacetelescope/stcal.git@main", + # "stcal>=1.10.0,<1.11.0", + "stcal @ git+https://github.com/spacetelescope/stcal.git@main", "stpipe >=0.7.0,<0.8.0", # "stpipe @ git+https://github.com/spacetelescope/stpipe.git@main", "tweakwcs >=0.8.8",