Skip to content

Commit

Permalink
Bump min version pins
Browse files Browse the repository at this point in the history
Bump min asdf

Bump min astropy

Bump min scipy

Bump min asdf-astropy
  • Loading branch information
rosteen committed Feb 7, 2025
1 parent 64d1180 commit 55cbb3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ packages = find:
python_requires = >=3.10
install_requires =
numpy>=1.24
scipy>=1.3
astropy>=5.1
gwcs>=0.18
asdf-astropy>=0.3
asdf>=2.14.4
scipy>=1.14
astropy>=6.0
gwcs>=0.22
asdf-astropy>=0.5
asdf>=3.3.0
ndcube>=2.0

[options.extras_require]
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ deps =
cov: pytest-cov

oldestdeps: numpy==1.24.4
oldestdeps: scipy==1.8.*
oldestdeps: astropy==5.1.*
oldestdeps: gwcs==0.18.*
oldestdeps: asdf-astropy==0.3.*
oldestdeps: scipy==1.14.*
oldestdeps: astropy==6.0.*
oldestdeps: gwcs==0.22.*
oldestdeps: asdf-astropy==0.5.*
# We exclude stdatamodels here because it should be optional.
oldestdeps: asdf==2.14.*
oldestdeps: asdf==3.3.*
oldestdeps: ndcube==2.0.*
# These are pinned to avoid upgrading numpy.
oldestdeps: matplotlib==3.6.*
Expand Down

0 comments on commit 55cbb3e

Please sign in to comment.