chore(deps): complete umbrella pin reconcile to latest + add scitex-pd (pinned-in-core)#340
Merged
Merged
Conversation
…d (pinned-in-core) Complete the mid-release 2.30.2 reconcile to TRUE current-latest PyPI versions, pinned in CORE [project.dependencies] (not extras-only) so `pip install scitex` and `uv pip install scitex[all]` resolve the same stable set. Leaf bumps (current -> latest): - figrecipe 0.28.20 -> 0.29.5 - scitex-audio 0.2.13 -> 0.3.0 - scitex-cv 0.1.5 -> 0.2.0 - scitex-dev 0.18.1 -> 0.20.1 - scitex-io 0.3.2 -> 0.3.3 - scitex-writer 2.17.5 -> 2.22.0 - Add scitex-pd==0.1.6 to core deps AND the [pd] extra (which flows into [all]) so `scitex.pd` works out of the box. - Bump umbrella version 2.30.2 -> 2.30.3 (2.30.2 already published). Conflict-verified: `uv pip compile` of the full resulting pin set exits 0 (732-line lock, no conflicts).
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Completes the mid-release 2.30.2 pin reconcile to TRUE current-latest PyPI versions. Operator chose pinned-in-core (not extras-only): leaves are exact-pinned (
==) in CORE[project.dependencies]AND every leaf-listing extra, sopip install scitexanduv pip install scitex[all]always resolve the SAME stable set.Leaf bumps (current -> latest)
All other scitex-* / figrecipe pins were already at current-latest and left unchanged. No third-party pins were touched.
scitex-pd added (core + all)
scitex-pd==0.1.6to core[project.dependencies]soscitex.pdworks out of the box.scitex-pd==0.1.6to the[pd]extra, which[all]already references — so it flows intoscitex[all]too.Version decision
PyPI shows scitex 2.30.2 IS published -> bumped umbrella
version2.30.2 -> 2.30.3.Conflict-verified clean
uv pip compileof the full resulting pin set (core deps + pinned leaves from pd/io/plt/stats/scholar/audio extras) exited 0 -> 732-line lock, no conflicts.Note for reviewer
Open PR #327 (extras-only reconcile) should be CLOSED per operator decision — this PR supersedes it with the pinned-in-core approach.
DO NOT MERGE — operator review pending.