From 16a41871ff752b90a205f8fd6376616470659123 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Thu, 18 Jul 2024 12:02:52 -0400 Subject: [PATCH] bump asdf version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d1716169..6d50c58cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "asdf >=2.15.0", + "asdf >=3.1.0", "asdf-astropy >=0.5.0", "astropy >=5.3.0", "crds >=11.16.16",