From 85d489726ee154389464606c684ab2d388160553 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Thu, 15 Dec 2022 10:48:50 -0500 Subject: [PATCH] update dependencies --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c59197a3e..b2f56114c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,12 +13,14 @@ classifiers = [ ] dependencies = [ 'asdf >=2.13.0', - 'asdf-astropy >=0.2.0', + 'asdf-astropy >=0.3.0', 'gwcs >=0.18.1', 'psutil >=5.7.2', 'numpy', 'astropy >=5.0.4', - 'rad >=0.14.0', + #'rad >=0.14.0', + # Temporary path for github PR tests + 'rad @git+https://github.com/spacetelescope/rad.git@main', 'asdf-standard >=1.0.3', ] dynamic = ['version']