From 212a7bfe5eb18a3979726e07be7842482dc1a805 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 070d823b..7cc45618 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "numpy >=1.24", "astropy >=5.3.0", # "rad >=0.22.0, <0.23.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"]