Skip to content

Commit

Permalink
Merge pull request #830 from neutrinoceros/tst/olddeps/pin_numpy2
Browse files Browse the repository at this point in the history
TST: pin numpy<2 for tests with old astroscrappy
  • Loading branch information
mwcraig authored Jun 19, 2024
2 parents 68e90da + 33d9bde commit 49d2657
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 @@ -38,7 +38,7 @@ deps =
numpy126: numpy==1.26.*

astroscrappy11: astroscrappy==1.1.*
astroscrappy10: astroscrappy==1.0.*
astroscrappy11: numpy<2.0

astropylts: astropy==4.0.*

Expand Down

0 comments on commit 49d2657

Please sign in to comment.