From 75f06adfc7b2fe8a55124b187edc0bc34e12b4d7 Mon Sep 17 00:00:00 2001 From: "M. Teodoro" Date: Mon, 26 Jun 2023 16:07:30 -0400 Subject: [PATCH] Update rad requirement. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef25239f..098b6ae7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ dependencies = [ 'psutil >=5.7.2', 'numpy >=1.20', 'astropy >=5.0.4', - # 'rad >=0.15.0', - 'rad @ git+https://github.com/spacetelescope/rad.git@main', + 'rad >=0.15.0', + # 'rad @ git+https://github.com/spacetelescope/rad.git@main', 'asdf-standard >=1.0.3', ] dynamic = ['version']