We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf0b0d commit a9d0923Copy full SHA for a9d0923
setup.cfg
@@ -17,7 +17,7 @@ packages = find:
17
python_requires = >=3.10
18
install_requires =
19
numpy>=1.24
20
- scipy>=1.3
+ scipy>=1.14
21
astropy>=6.0
22
gwcs>=0.22
23
asdf-astropy>=0.3
tox.ini
@@ -39,7 +39,7 @@ deps =
39
cov: pytest-cov
40
41
oldestdeps: numpy==1.24.4
42
- oldestdeps: scipy==1.8.*
+ oldestdeps: scipy==1.14.*
43
oldestdeps: astropy==6.0.*
44
oldestdeps: gwcs==0.22.*
45
oldestdeps: asdf-astropy==0.3.*
0 commit comments