Skip to content

Commit 527905a

Browse files
committed
Bump dependencies for 2.4
1 parent 599d0ad commit 527905a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ authors = [
1616
{ name = "The SunPy Community", email = "sunpy@googlegroups.com" },
1717
]
1818
dependencies = [
19-
"astropy>=6.0.0",
20-
"gwcs>=0.20.0",
21-
"numpy>=1.26.0",
19+
"astropy>=6.1.0",
20+
"gwcs>=0.21.0",
21+
"numpy>=1.26.0", # Keeping numpy at 1.26 for a while longer
2222
"scipy>=1.12.0",
2323
]
2424
dynamic = ["version"]
@@ -27,8 +27,8 @@ dynamic = ["version"]
2727
# These are truly optional deps or deps only used for testing where we
2828
# want oldestdeps to test them
2929
tests-optional = [
30-
"dask>=2023.10.0",
31-
"specutils>=1.12.0",
30+
"dask>=2024.1.0",
31+
"specutils>=1.13.0",
3232
"sunpy>=6.1.0",
3333
]
3434
tests-only = [
@@ -53,19 +53,19 @@ docs = [
5353
"sphinx-automodapi",
5454
"sunpy-sphinx-theme",
5555
"packaging",
56-
"sphinx-changelog>=1.1.0",
56+
"sphinx-changelog>=1.5.0",
5757
"sphinx-gallery",
5858
"sphinxext-opengraph",
5959
]
6060
plotting = [
61-
"matplotlib>=3.8.0",
62-
"mpl_animators>=1.1",
61+
"matplotlib>=3.9.0",
62+
"mpl_animators>=1.2",
6363
]
6464
reproject = [
65-
"reproject>=0.13", # first version with 3.12 support
65+
"reproject>=0.14", # first version with 3.12 support
6666
]
6767
asdf = [
68-
"asdf>=2.15.0",
68+
"asdf>=3.1.0",
6969
"asdf-astropy>=0.7.0",
7070
]
7171
asdf-tests = [

0 commit comments

Comments
 (0)