From eba8dc66023fee00a89547d26d1c4a91096e6425 Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Tue, 31 Dec 2024 09:45:25 -0500 Subject: [PATCH] TMP point at new rad for CI --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 070d823b..0dc12a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,8 @@ 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/spacetelescope/rad.git", + "rad @ git+https://github.com/WilliamJamieson/rad.git@feature/cleanup_refs", "asdf-standard >=1.1.0", ] dynamic = ["version"]