From 621ea4ddac45909afd41ff8939481f21c63d0ba6 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 11 Feb 2025 18:02:09 -0500 Subject: [PATCH 1/3] increase minimum asdf astropy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e44d897..fb95c4ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ dependencies = [ "asdf>=3.1.0", "asdf-transform-schemas>=0.5.0", - "asdf-astropy>=0.3.0", + "asdf-astropy>=0.6.0", "numpy>=1.25", "astropy>=5.2", ] From f05457f342bf9205e299066b1f617e89966b02b2 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 11 Feb 2025 18:21:13 -0500 Subject: [PATCH 2/3] bump asdf and astropy versions to match jwst --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb95c4ef..e3a03a79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,11 +12,11 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "asdf>=3.1.0", + "asdf>=3.3.0", "asdf-transform-schemas>=0.5.0", "asdf-astropy>=0.6.0", "numpy>=1.25", - "astropy>=5.2", + "astropy>=6.1", ] dynamic = [ "version", From 153f64365ccf5227b7a9cd107c0918ef0b92c936 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 11 Feb 2025 18:24:12 -0500 Subject: [PATCH 3/3] add changelog --- changes/399.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/399.misc.rst diff --git a/changes/399.misc.rst b/changes/399.misc.rst new file mode 100644 index 00000000..a4e50181 --- /dev/null +++ b/changes/399.misc.rst @@ -0,0 +1 @@ +Increase minimum versions of asdf-astropy, asdf and astropy dependencies.