From 855fe692a7c4f2ecd0bcd1d6a92ba0d0f6f820f9 Mon Sep 17 00:00:00 2001 From: Brett Date: Wed, 3 Apr 2024 14:53:32 -0400 Subject: [PATCH] switch rad roman_datamodels back to dev --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4cbaa49a6..8e15e4baa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,11 +24,9 @@ dependencies = [ "pyparsing >=2.4.7", "requests >=2.26", #"rad >=0.19.0", - #"rad @ git+https://github.com/spacetelescope/rad.git", - "rad @ git+https://github.com/PaulHuwe/rad.git@RAD-149_SplitCalStep", - "roman_datamodels @ git+https://github.com/PaulHuwe/roman_datamodels.git@RCAL-804_SplitCalStep", + "rad @ git+https://github.com/spacetelescope/rad.git", #"roman_datamodels >=0.19.0", - #"roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", + "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", "scipy >=1.11", #"stcal >=1.5.2", "stcal @ git+https://github.com/spacetelescope/stcal.git@main",