From 4cd23602e4aabbbb742eaee085076f1ef1e1ad66 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 23 Jul 2024 17:45:40 -0700 Subject: [PATCH 1/2] sunpy version bump --- setup.cfg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2a35b0f..46e22c8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ include_package_data = True setup_requires = setuptools_scm install_requires = - sunpy[net]>=5.0.0 + sunpy[net]>=6.0.0 numpy matplotlib scipy @@ -54,8 +54,6 @@ docs = sphinx-gallery sphinx sunpy-sphinx-theme - # Remove next line when fixed in towncrier; see https://github.com/twisted/towncrier/issues/528 - importlib-resources<6 [options.package_data] radiospectra = data/* From 537ba7fc1119ddd6cd3bd433e24d74223938495f Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 23 Jul 2024 17:46:53 -0700 Subject: [PATCH 2/2] changelog --- changelog/112.breaking.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/112.breaking.rst diff --git a/changelog/112.breaking.rst b/changelog/112.breaking.rst new file mode 100644 index 0000000..28b0e40 --- /dev/null +++ b/changelog/112.breaking.rst @@ -0,0 +1 @@ +Increased the minimum required version of ``sunpy`` to v6.0.0.