From fee73d29216466957de89eb96372a0441a1a3095 Mon Sep 17 00:00:00 2001 From: Paul Huwe <42071634+PaulHuwe@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:43:06 -0500 Subject: [PATCH] Update pyproject.toml Updating asdf-astropy version to match RDM & RCAL. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4a7d08c..5a75118e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] dependencies = [ 'asdf >=2.14.2', - 'asdf-astropy >=0.4.0', + 'asdf-astropy >=0.5.0', ] dynamic = ['version']