fix(ci): drop vedas pin — package deleted from PyPI, breaks every sandbox image build#1509
Merged
Merged
Conversation
…ndbox image build vedas==0.0.1 has been removed from PyPI entirely (both /pypi/vedas/json and /simple/vedas/ return 404), so the sandbox image build fails at 'uv pip install -r requirements/sandbox.lock' with 'vedas was not found in the package registry' -- which currently reds the CPU-tests workflow on every PR and branch (first seen on run 29051295001). Nothing in the repo imports vedas (zero 'import vedas'/'from vedas' hits); it was an unpinned entry in requirements/stem.txt swept into the lock. Remove it from stem.txt and the corresponding two lock lines. Signed-off-by: Nick Gupta <nicgupta@nvidia.com>
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughRemoves ChangesDependency list cleanup
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
gwarmstrong
approved these changes
Jul 14, 2026
nicgupta-nvidia
added a commit
that referenced
this pull request
Jul 14, 2026
Bring in #1509 (drop deleted vedas pin) so the sandbox image build — and therefore this PR's CI — is unblocked. Signed-off-by: Nick Gupta <nicgupta@nvidia.com>
nicgupta-nvidia
added a commit
that referenced
this pull request
Jul 14, 2026
Bring in #1509 (drop deleted vedas pin) so the sandbox image build and CPU-tests CI are unblocked; keeps the branch current with main. Signed-off-by: Nick Gupta <nicgupta@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What / Why
vedas==0.0.1has been deleted from PyPI (bothhttps://pypi.org/pypi/vedas/jsonandhttps://pypi.org/simple/vedas/return 404). The sandbox image build (Dockerfile.sandbox:82,uv pip install -r requirements/sandbox.lock) therefore fails with:This reds the CPU tests workflow on every PR/branch right now (first seen on run 29051295001 — the failure is in Build Images, before any test runs, and the failing lock line is identical on
main).Fix
Remove the entry: nothing in the repo imports
vedas(zeroimport vedas/from vedashits); it was an unpinned line inrequirements/stem.txtswept intosandbox.lock. 3 deleted lines total.Impact
Unblocks CI repo-wide, including the in-review #1479 and #1507.
Summary by CodeRabbit
vedaspackage from the application’s dependency list.