From 15f7659b93d8c72775a9514b111ca0ff1b91c2c2 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 other things --- changelog/519.breaking.rst | 8 +++++++- pyproject.toml | 12 ++++++------ pytest.ini | 1 + 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/changelog/519.breaking.rst b/changelog/519.breaking.rst index d0d0841f..97ee5b3b 100644 --- a/changelog/519.breaking.rst +++ b/changelog/519.breaking.rst @@ -1 +1,7 @@ -The minimum supported gwcs version is now 0.24 which is the first version with support for VISP inverse transforms (world to pixel). +The minimum supported gwcs version is now 0.24 which is the first version with support for VISP inverse transforms (world to pixel). This required the following additional dependency bumps: + +* asdf >= 3.3 +* asdf-astropy >= 0.5 +* asdf-coordinate-schemas >= 0.3 +* asdf-transform-schemas >= 0.5 +* asdf-wcs-schemas >= 0.4 diff --git a/pyproject.toml b/pyproject.toml index 4bfe92b2..5162b588 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,13 +23,13 @@ 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-astropy>=0.4.0", - "asdf-coordinates-schemas>=0.2.0", + "asdf>=3.3.0", # Required by gwcs 0.24 + "asdf-astropy>=0.5.0", # Required by gwcs 0.24 + "asdf-coordinates-schemas>=0.3.0", # required by wcs-schemas 0.4 "asdf-standard>=1.1.0", - "asdf-transform-schemas>=0.4.0", - "asdf-wcs-schemas>=0.3.0", - "astropy>=5.3", + "asdf-transform-schemas>=0.5.0", # required by wcs-schemas 0.4 + "asdf-wcs-schemas>=0.4.0", # required by gwcs 0.24 + "astropy>=6.0", # required by gwcs 0.24 "dask[array]>=2023.2.0", "globus-sdk>=3.0", "gwcs>=0.24.0", # Inverse transform fix diff --git a/pytest.ini b/pytest.ini index 59426483..9911833f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -69,3 +69,4 @@ filterwarnings = # Oldestdeps below here ignore:pkg_resources is deprecated as an API.*:DeprecationWarning ignore:Deprecated call to .*pkg_resources\.declare_namespace.*mpl_toolkits.*:DeprecationWarning + ignore:Extension .*sunpy-1\.0\.0:asdf.exceptions.AsdfManifestURIMismatchWarning