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']