spacetelescope / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
561 stars 167 forks source link

pin numpy<2 #8565

Closed braingram closed 3 months ago

braingram commented 3 months ago

This PR pins numpy to <2.

Numpy 2.0 is now out and several dependencies are not compatible. This run shows failures with numpy 2.0 https://github.com/spacetelescope/jwst/actions/runs/9539549303

From:

Checklist for PR authors (skip items if you don't have permissions or they are not applicable)

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 58.63%. Comparing base (88f5754) to head (dba65ae). Report is 383 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8565 +/- ## ======================================= Coverage 58.63% 58.63% ======================================= Files 391 391 Lines 39081 39081 ======================================= Hits 22914 22914 Misses 16167 16167 ```

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