spacetelescope / stpipe

https://stpipe.readthedocs.io
Other
3 stars 25 forks source link

install numpy<2 in oldestdeps #158

Closed braingram closed 3 months ago

braingram commented 3 months ago

Numpy is not a direct dependency and the oldest versions of our dependencies don't pin numpy < 2.0 (and they don't work for numpy 2.0). To allow the oldest deps job to continue to be useful this PR adds a numpy < 2 pin for only the oldest deps job.

See https://github.com/spacetelescope/stpipe/actions/runs/9552146949/job/26328047481?pr=159 for the numerous failures from importing astropy.tables.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 69.46%. Comparing base (959e057) to head (d056adc). Report is 74 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #158 +/- ## ======================================= Coverage 69.46% 69.46% ======================================= Files 24 24 Lines 1634 1634 ======================================= Hits 1135 1135 Misses 499 499 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.