spacetelescope / stdatamodels

https://stdatamodels.readthedocs.io
Other
5 stars 24 forks source link

add erfa to devdeps #236

Closed braingram closed 7 months ago

braingram commented 9 months ago

The devdeps jobs are failing on the main branch due to testing against numpy 2.0 with the released version of erfa (which is build against numpy<2.0).

This PR updates the dev requirements to install the erfa pre-release (built against numpy 2.0).

This hit the same drizzle dependency issue as discussed in https://github.com/spacetelescope/jwst/pull/7910

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (fc890e4) 64.70% compared to head (c305741) 64.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #236 +/- ## ======================================= Coverage 64.70% 64.70% ======================================= Files 102 102 Lines 5666 5666 ======================================= Hits 3666 3666 Misses 2000 2000 ```

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