Skip to content

Drop unused jaxopt; bump pixi 0.71.2 + CI actions + pre-commit hooks#94

Merged
hmgaudecker merged 1 commit into
mainfrom
drop-unused-jaxopt
Jul 1, 2026
Merged

Drop unused jaxopt; bump pixi 0.71.2 + CI actions + pre-commit hooks#94
hmgaudecker merged 1 commit into
mainfrom
drop-unused-jaxopt

Conversation

@hmgaudecker

@hmgaudecker hmgaudecker commented Jun 30, 2026

Copy link
Copy Markdown
Member

Dependency cleanup + CI/toolchain refresh.

Changes

  • Drop unused jaxopt — declared as a runtime + pixi dependency but never imported (git grep jaxopt only matched pyproject.toml). Also unblocks conda-forge, where jaxopt is capped at 0.8.4 while the pin required >=0.8.5.
  • Bump pixi to 0.71.2 — regenerate pixi.lock with pixi 0.71.2 and set the CI pixi-version to v0.71.2 to match (a 0.71.2 lock is not readable by 0.70.2 for the linux-64 platform, which is what broke the first CI run here).
  • Bump CI actionssetup-pixi v0.9.4 → v0.10.0, checkout v6 → v7, codecov-action v5 → v7.
  • Bump pre-commit hooks (prek autoupdate) — pyproject-fmt v2.25.1, ruff v0.15.20, ty v0.0.55.

🤖 Generated with Claude Code

@hmgaudecker hmgaudecker force-pushed the drop-unused-jaxopt branch from 298b2c2 to 6be7214 Compare July 1, 2026 04:33
@hmgaudecker hmgaudecker changed the title Drop unused jaxopt dependency Drop unused jaxopt; bump pixi 0.71.2 + CI actions + pre-commit hooks Jul 1, 2026
@hmgaudecker hmgaudecker force-pushed the drop-unused-jaxopt branch 4 times, most recently from dfe880d to 8f99fd9 Compare July 1, 2026 05:06
@codecov

codecov Bot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.82%. Comparing base (311209c) to head (44b87dd).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

- 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>
@hmgaudecker hmgaudecker force-pushed the drop-unused-jaxopt branch from 8f99fd9 to 44b87dd Compare July 1, 2026 05:37
@hmgaudecker hmgaudecker merged commit 7ecd4ec into main Jul 1, 2026
5 checks passed
@hmgaudecker hmgaudecker deleted the drop-unused-jaxopt branch July 1, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant