Closed tomwhite closed 1 month ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
51a8ffa
) to head (094dc6c
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR has conflicts, @tomwhite please rebase and push updated version 🙏
Yeesh, this is looking hairy! Thanks for fighting the good fight here Tom!
OK, I've got this passing now! There were a few things that needed fixing: the NumPy 2/cbgen/bio2zarr version constraints, and pkg_resources
no longer being supported in Python 3.12.
The first cbgen version that supports Python 3.12 v10.0.5, but this requires NumPy 2, which is why this is failing.
See also #1218