astropy / reproject

Python-based Astronomical image reprojection :milky_way: - maintainer @astrofrog
https://reproject.readthedocs.io
BSD 3-Clause "New" or "Revised" License
105 stars 64 forks source link

Don't use --pre on Python 3.12 #445

Closed astrofrog closed 3 weeks ago

astrofrog commented 3 weeks ago

Currently this was resulting in zarr 3.0.0a1 being pulled in which is broken (https://github.com/zarr-developers/zarr-python/issues/1965)

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 93.54%. Comparing base (b42f7c6) to head (9703985). Report is 35 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #445 +/- ## ========================================== - Coverage 93.63% 93.54% -0.09% ========================================== Files 25 25 Lines 895 929 +34 ========================================== + Hits 838 869 +31 - Misses 57 60 +3 ```

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