Skip to content

chore: dependency & config hygiene 2026-04-18#210

Merged
MiaoDX merged 1 commit intomainfrom
claude-health-2026-04-18
Apr 20, 2026
Merged

chore: dependency & config hygiene 2026-04-18#210
MiaoDX merged 1 commit intomainfrom
claude-health-2026-04-18

Conversation

@MiaoDX
Copy link
Copy Markdown
Owner

@MiaoDX MiaoDX commented Apr 18, 2026

Summary

Saturday health check — dependencies & config hygiene.

  • pyproject.toml lerobot extra: PillowPillow>=9.0 (consistent with demo/dev extras), lerobotlerobot>=0.1, torchtorch>=2.0
  • pyproject.toml wbc extra: qpsolvers[quadprog]qpsolvers[quadprog]>=3.0 (adds missing lower bound)
  • .github/workflows/release.yml: pip install buildpip install "build>=1.0" (avoids pre-1.0 API)

Test plan

  • ruff check . — passed
  • ruff format --check . — passed
  • pytest --no-cov — 480 passed, 12 skipped, 2 pre-existing mujoco-missing failures (unrelated to this change)

https://claude.ai/code/session_01QQCEAU1UTuSQGZRFehwgsR

- lerobot extra: Pillow>=9.0 (consistent with demo/dev), lerobot>=0.1, torch>=2.0
- wbc extra: qpsolvers[quadprog]>=3.0
- release.yml: build>=1.0 (avoids pulling pre-1.0 API)

https://claude.ai/code/session_01QQCEAU1UTuSQGZRFehwgsR
Copy link
Copy Markdown
Owner Author

MiaoDX commented Apr 18, 2026

[ci-pending] lerobot-g1-native-example: still running after 15 min (HF model download). All other checks (lint, test×4, test-mujoco, mujoco-example, lerobot-g1-example) passed. Safe to merge once this job completes.


Generated by Claude Code

@MiaoDX MiaoDX merged commit e22d08a into main Apr 20, 2026
11 checks passed
@MiaoDX MiaoDX deleted the claude-health-2026-04-18 branch April 20, 2026 01:37
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.

2 participants