spacetelescope / calcos

Calibration for HST/COS.
https://hst-docs.stsci.edu/cosdhb/chapter-3-cos-calibration
3 stars 27 forks source link

[SCSB-155] build with Numpy 2.0 release candidate #238

Closed zacharyburnett closed 3 months ago

zacharyburnett commented 4 months ago

resolves SCSB-155

Numpy 2.0 is scheduled for release on June 19th. Due to the C ABI updates, Python projects that build C extensions are required to build against Numpy 2.0 in order to use Numpy 2.0 in runtime. This is backwards-compatible with Numpy versions in runtime as far back as 1.26

this PR pins numpy>=2.0.0rc2 in build-system.requires

[!NOTE] this PR was generated automatically by batchpr :robot:

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 86.75%. Comparing base (8eb63d1) to head (2fd3746). Report is 8 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #238 +/- ## ========================================== - Coverage 87.64% 86.75% -0.89% ========================================== Files 17 17 Lines 1392 1367 -25 ========================================== - Hits 1220 1186 -34 - Misses 172 181 +9 ```

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