File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ keywords = [
40
40
]
41
41
dependencies = [
42
42
" numpy>=1.23" ,
43
+ # https://github.com/astropy/astropy/issues/16578
44
+ " numpy < 2.0 ; platform_system=='Windows'" ,
43
45
" pyerfa>=2.0.1.1" ,
44
46
" astropy-iers-data>=0.2024.5.27.0.30.8" ,
45
47
" PyYAML>=3.13" ,
@@ -127,7 +129,7 @@ wcslint = "astropy.wcs.wcslint:main"
127
129
requires = [" setuptools" ,
128
130
" setuptools_scm>=6.2" ,
129
131
" cython>=3.0.0,<3.1.0" ,
130
- " numpy>=2.0.0rc1 " , # see https://github.com/astropy/astropy/issues/16257
132
+ " numpy>=2.0.0 " ,
131
133
" extension-helpers==1.*" ]
132
134
build-backend = " setuptools.build_meta"
133
135
Original file line number Diff line number Diff line change 60
60
numpy125: numpy ==1.25.*
61
61
62
62
mpl334: matplotlib ==3.3.4
63
+ # mpl 3.3.4 isn't compatible with numpy 2.0 but didn't include a pin
64
+ mpl334: numpy<2.0
63
65
64
66
image: latex
65
67
image: scipy
You can’t perform that action at this time.
0 commit comments