From d8ad98a7a68cdbcb18f85e2a64da2246b2ad0531 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 15 Nov 2024 09:54:05 -0500 Subject: [PATCH] pin rad to latest release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e5051f3d..2522fb64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ dependencies = [ "gwcs >=0.19.0", "numpy >=1.22", "astropy >=5.3.0", - # "rad >= 0.21.0", - "rad @ git+https://github.com/spacetelescope/rad.git", + "rad >= 0.22.0", + # "rad @ git+https://github.com/spacetelescope/rad.git", "asdf-standard >=1.1.0", ] dynamic = ["version"]