Skip to content

Commit

Permalink
Also need to bump other things
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Feb 5, 2025
1 parent feb83fd commit 15f7659
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
8 changes: 7 additions & 1 deletion changelog/519.breaking.rst
Original file line number Diff line number Diff line change
@@ -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
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 15f7659

Please sign in to comment.