Skip to content

Commit

Permalink
Update minimum numpy and astroscrappy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Aug 22, 2024
1 parent 763c9dd commit 8040244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ authors = [
]
dependencies = [
"astropy>=5.0.1",
"astroscrappy>=1.0.8",
"numpy>=1.21",
"astroscrappy>=1.1.0",
"numpy>=1.24",
"reproject>=0.7",
"scikit-image",
"scipy",
Expand Down
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,9 @@ deps =

# Remember to transfer any changes here to setup.cfg also. Only listing
# packages which are constrained in the setup.cfg
# NOTE ABOUT NUMPY VERSION: for astroscrappy 1.0.8 have to use at least 1.20
# for the tests to even get to the point of running.
oldestdeps: numpy==1.24.*
oldestdeps: astropy==5.0.*
oldestdeps: reproject==0.7
# astroscrappy needs to install AFTER numpy so its install is done in
# the commands section instead of here.
#oldestdeps: astroscrappy==1.0.8
oldestdeps: cython

commands =
Expand Down

0 comments on commit 8040244

Please sign in to comment.