Conversation
📝 WalkthroughWalkthroughThis pull request updates numpy dependency constraints in pyproject.toml to extend Python version support from 3.10-3.13 to 3.10-3.14. The existing three per-Python-version entries are replaced with five new version-specific constraints, each with corresponding numpy version bounds ranging from >=1.21,<2.3.0 for Python 3.10-3.11 to >=2.3.0 for Python >=3.14. The constraint for Python <3.10 remains unchanged. Onnxruntime and other dependencies are unaffected. Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
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 |
* fix: numpy dropped 3.10 as of 2.3.0 * fix: update poetry lock
numpy has dropped python3.10 as of 2.3.0, and introduced support for 3.14 in the same release