From 127c653121c607806de487223f19c033769dba7f Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Mon, 11 Nov 2024 17:40:25 -0500 Subject: [PATCH] TMP point at rad version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5051f3d..d992ddde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,8 @@ 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/spacetelescope/rad.git", + "rad @ git+https://github.com/WilliamJamieson/rad.git@bugfix/schema_info_required", "asdf-standard >=1.1.0", ] dynamic = ["version"]