Skip to content

Commit

Permalink
Disallow testing against astropy 5.3, which has an NDData mask regres…
Browse files Browse the repository at this point in the history
…sion

(astropy issue #14978).
  • Loading branch information
jehturner committed Jun 30, 2023
1 parent e1b0b43 commit 9e29c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ passenv =
TMPDIR
conda_deps =
asdf>=2.7,!=2.10.0
astropy>=4.3
astropy>=4.3,!=5.3.0
astroquery>=0.4
astroscrappy>=1.1
bokeh>=2.3
Expand Down

0 comments on commit 9e29c00

Please sign in to comment.