From 388cc7387a0772fba386703006dbd9601c41025c Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Fri, 18 Oct 2024 11:28:25 -0400 Subject: [PATCH] TEMP, point to new RAD changes for unit removal --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5051f3d..480f68c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "numpy >=1.22", "astropy >=5.3.0", # "rad >= 0.21.0", - "rad @ git+https://github.com/spacetelescope/rad.git", + "rad @ git+https://github.com/WilliamJamieson/rad.git@feature/remove_ref_units", "asdf-standard >=1.1.0", ] dynamic = ["version"]