Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 91.45% 91.45%
=======================================
Files 10 10
Lines 433 433
=======================================
Hits 396 396
Misses 37 37
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the project's dependencies and migrates the build tooling from Rye to uv. The project version is bumped to 0.2.0, and the minimum Python version requirement is raised to 3.12.
- Migration from Rye to uv for package management and task execution
- Version bumps for core dependencies (scipy, cupy-cuda12x, anndata, pytest)
- Updated CI workflow to use uv and remove Python version matrix testing
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Updated project version, Python requirement, dependency versions, and migrated from Rye to standard dependency-groups |
| makefile | Replaced all rye run commands with uv run and updated sync command |
| .github/workflows/test.yml | Migrated CI from Rye setup to uv setup and removed Python version matrix |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No description provided.