Drop unused jaxopt; bump pixi 0.71.2 + CI actions + pre-commit hooks#94
Merged
Conversation
298b2c2 to
6be7214
Compare
dfe880d to
8f99fd9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #94 +/- ##
=======================================
Coverage 95.82% 95.82%
=======================================
Files 142 142
Lines 14122 14122
=======================================
Hits 13533 13533
Misses 589 589 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
- Remove the unused `jaxopt` dependency (never imported; only appeared in pyproject). This also unblocks conda-forge, where jaxopt is capped at 0.8.4 while the pin required >=0.8.5. - Migrate the deprecated `[system-requirements]` CUDA tables to named per-platform virtual packages (`linux-64-cuda12`/`linux-64-cuda13` in `[tool.pixi.workspace].platforms`, referenced by the cuda features). Under pixi 0.71.2 the old form tagged every environment's `linux-64` solve with the build host's CUDA virtual package, so the lock's CPU environments could not be installed on non-CUDA runners. The CPU environments now resolve plain `linux-64`; the CUDA environments resolve the cuda-named platforms. - Regenerate pixi.lock and bump the CI pixi-version to v0.71.2. - Bump CI actions: setup-pixi v0.9.4 -> v0.10.0, checkout v6 -> v7, codecov-action v5 -> v7. - Bump pre-commit hooks via `prek autoupdate`: pyproject-fmt v2.25.1, ruff v0.15.20, ty v0.0.55. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
8f99fd9 to
44b87dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependency cleanup + CI/toolchain refresh.
Changes
jaxopt— declared as a runtime + pixi dependency but never imported (git grep jaxoptonly matchedpyproject.toml). Also unblocks conda-forge, wherejaxoptis capped at 0.8.4 while the pin required>=0.8.5.pixi.lockwith pixi 0.71.2 and set the CIpixi-versiontov0.71.2to match (a 0.71.2 lock is not readable by 0.70.2 for thelinux-64platform, which is what broke the first CI run here).setup-pixiv0.9.4 → v0.10.0,checkoutv6 → v7,codecov-actionv5 → v7.prek autoupdate) — pyproject-fmt v2.25.1, ruff v0.15.20, ty v0.0.55.🤖 Generated with Claude Code