From 2a72ebeafb0fc319568fd8667cba605084afa6b2 Mon Sep 17 00:00:00 2001 From: Eddie Schlafly Date: Wed, 4 Dec 2024 10:01:03 -0500 Subject: [PATCH] Move rad/rdm back to released versions. --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3efd043..1fde342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,11 +22,8 @@ dependencies = [ "crds >=11.16.16", "defusedxml >=0.5.0", "galsim >=2.5.1", - # "rad >=0.19.2", - # "roman_datamodels >=0.19.1", - "rad @ git+https://github.com/spacetelescope/rad.git", - # "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", - "roman_datamodels @ git+https://github.com/stscieisenhamer/roman_datamodels.git@rcal-853-velocity", + "rad >=0.22", + "roman_datamodels >=0.22", "gwcs >=0.19.0", "jsonschema >=4.8", "numpy >=1.22",