From ea9687fd32fc000ae6d0daa6049c59f73db91468 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Fri, 28 Jul 2023 08:53:39 -0400 Subject: [PATCH] update rad pin to new release --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9896c6d6..a004f122 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.17.0', + #'rad @ git+https://github.com/spacetelescope/rad.git@main', 'asdf-standard >=1.0.3', ] dynamic = ['version']