CI(deps): Update jax (cpu) version to 0.10.0 in pyproject.toml#5442
CI(deps): Update jax (cpu) version to 0.10.0 in pyproject.toml#5442njzjz wants to merge 2 commits into
Conversation
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@ustc.edu.cn>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5442 +/- ##
=======================================
Coverage 82.46% 82.46%
=======================================
Files 830 830
Lines 88414 88414
Branches 4232 4233 +1
=======================================
Hits 72913 72913
+ Misses 14215 14213 -2
- Partials 1286 1288 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ChangesJAX CPU Dependency Pinning
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the CI “pinned” dependency group for CPU JAX in pyproject.toml, adjusting version constraints based on Python version to support newer Python environments.
Changes:
- Updated
pin_jax_cpufrom a single fixed JAX version to Python-version-specific constraints. - Introduced an exact JAX pin (
==0.10.0) for Python >= 3.11 and a lower-bounded constraint (>=0.6.2) for Python >= 3.10.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "jax>=0.6.2;python_version>='3.10'", | ||
| "jax==0.10.0;python_version>='3.11'", |
Summary by CodeRabbit
Release Notes