From 2d3a8f18f1c1250e81390a98da7063f425904022 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Tue, 27 Jun 2023 11:23:00 -0400 Subject: [PATCH] fix min version of rad --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 098b6ae7..93cf42dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,7 @@ 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.16.0', 'asdf-standard >=1.0.3', ] dynamic = ['version']