Skip to content

Commit a9d0923

Browse files
committed
Bump min scipy
1 parent aaf0b0d commit a9d0923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = find:
1717
python_requires = >=3.10
1818
install_requires =
1919
numpy>=1.24
20-
scipy>=1.3
20+
scipy>=1.14
2121
astropy>=6.0
2222
gwcs>=0.22
2323
asdf-astropy>=0.3

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ deps =
3939
cov: pytest-cov
4040

4141
oldestdeps: numpy==1.24.4
42-
oldestdeps: scipy==1.8.*
42+
oldestdeps: scipy==1.14.*
4343
oldestdeps: astropy==6.0.*
4444
oldestdeps: gwcs==0.22.*
4545
oldestdeps: asdf-astropy==0.3.*

0 commit comments

Comments
 (0)