Declare pip as a direct dependency #871
Conversation
…kflow create' requires it Signed-off-by: David Gardner <dagardner@nvidia.com>
WalkthroughShifted the pip requirement from the dev dependency group to main dependencies in pyproject.toml, moving "pip>=24.3.1" into the primary dependencies and removing it from the dev group. No runtime code changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*⚙️ CodeRabbit configuration file
Files:
🔇 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. 🧪 Early access (Sonnet 4.5): enabledWe are currently testing the Sonnet 4.5 model, which is expected to improve code review quality. However, this model may lead to increased noise levels in the review comments. Please disable the early access features if the noise level causes any inconvenience. Note:
Comment |
|
/merge |
Description
pipas a dev dependency, however thenat workflow createdepends on it.Closes #864
By Submitting this PR I confirm:
Summary by CodeRabbit