Skip to content

Commit

Permalink
Merge pull request #446 from astrofrog/fix-oldestdeps
Browse files Browse the repository at this point in the history
Bump minimum required version of astropy-healpix
  • Loading branch information
astrofrog authored Jun 13, 2024
2 parents 0466204 + 37536c9 commit f0e65e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires-python = ">=3.10"
dependencies = [
"numpy>=1.23",
"astropy>=5.0",
"astropy-healpix>=0.6",
"astropy-healpix>=1.0",
"scipy>=1.9",
"dask[array]>=2021.8",
"cloudpickle",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deps =

oldestdeps: numpy==1.23.*
oldestdeps: astropy==5.0.*
oldestdeps: astropy-healpix==0.6
oldestdeps: astropy-healpix==1.0.*
oldestdeps: scipy==1.9.*
oldestdeps: dask==2021.8.*

Expand Down

0 comments on commit f0e65e2

Please sign in to comment.