From 8b3060c03108cec14234ea5a68cf0a26a21fab26 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Sun, 9 Jun 2024 10:11:43 +0100 Subject: [PATCH] Require sunpy >6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89b17d7..66f51ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "scikit-image>=0.19.0", # !=1.10.0 due to https://github.com/scipy/scipy/issues/17718 "scipy>=1.8.0,!=1.10.0", - "sunpy[map]>=5.1", + "sunpy[map]>=6.0", ] dynamic = ["version"]