From a071625d845255942a5005b817907d0c0bc29d05 Mon Sep 17 00:00:00 2001 From: Shane Maloney Date: Thu, 11 Jun 2026 13:00:24 +0100 Subject: [PATCH 1/2] Now maybe? --- pyproject.toml | 10 +++++----- pytest.ini | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d340e62c..a218dab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,11 +30,11 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics", ] dependencies = [ - "astropy>=6.1.0", - "numpy>=1.26.0", - "matplotlib>=3.8.0", - "scipy>=1.12.0", - "scikit-image>=0.20.0", + "astropy>=7.0.0", + "numpy>=2.1.0", + "matplotlib>=3.10.0", + "scipy>=1.14.0", + "scikit-image>=0.25.0", "sunpy[map]>=7.0.0", ] diff --git a/pytest.ini b/pytest.ini index 8db7cdb2..9abaf898 100644 --- a/pytest.ini +++ b/pytest.ini @@ -54,3 +54,4 @@ filterwarnings = ignore:leap-second auto-update failed:astropy.utils.exceptions.AstropyWarning ignore:.*deprecated - use.*:pyparsing.warnings.PyparsingDeprecationWarning ignore:.*argument is deprecated, use.*:pyparsing.warnings.PyparsingDeprecationWarning + ignore:`skimage.morphology.white_tophat` is deprecated in favor of:PendingDeprecationWarning From cc87f0e702a98aba2043998f2f4f148065d0d226 Mon Sep 17 00:00:00 2001 From: Shane Maloney Date: Thu, 11 Jun 2026 13:37:21 +0100 Subject: [PATCH 2/2] Add changelog --- changelog/323.breaking.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/323.breaking.rst diff --git a/changelog/323.breaking.rst b/changelog/323.breaking.rst new file mode 100644 index 00000000..ef81122b --- /dev/null +++ b/changelog/323.breaking.rst @@ -0,0 +1,8 @@ +Increased minimum versions for these dependencies: + + - scikit-image>=0.20.0 + - astropy>=7.0.0 + - numpy>=2.1.0 + - matplotlib>=3.10.0 + - scipy>=1.14.0 + - scikit-image>=0.25.0