From ff46e49370c751321881607cf987740ab5a8dc9c Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 5 Feb 2025 15:14:42 +0000 Subject: [PATCH] Also need to bump asdf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bfe92b2..b1231609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ # Some of these schema dependencies are minimums because we generated asdf # files with them unpinned so they are now required to read generated asdf # files. - "asdf>=2.15.0", + "asdf>=3.3.0", # Required by gwcs 0.24 "asdf-astropy>=0.4.0", "asdf-coordinates-schemas>=0.2.0", "asdf-standard>=1.1.0",