File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ authors = [
1616 { name = " The SunPy Community" , email = " sunpy@googlegroups.com" },
1717]
1818dependencies = [
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]
2424dynamic = [" 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
2929tests-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]
3434tests-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]
6060plotting = [
61- " matplotlib>=3.8 .0" ,
62- " mpl_animators>=1.1 " ,
61+ " matplotlib>=3.9 .0" ,
62+ " mpl_animators>=1.2 " ,
6363]
6464reproject = [
65- " reproject>=0.13 " , # first version with 3.12 support
65+ " reproject>=0.14 " , # first version with 3.12 support
6666]
6767asdf = [
68- " asdf>=2.15 .0" ,
68+ " asdf>=3.1 .0" ,
6969 " asdf-astropy>=0.7.0" ,
7070]
7171asdf-tests = [
You can’t perform that action at this time.
0 commit comments