-
Notifications
You must be signed in to change notification settings - Fork 1
build(deps): Bump the pip-sidecar-patch-minor group across 1 directory with 17 updates #450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,29 +22,29 @@ | |
| # lock is validated by media_studio.assets.manager.validate_hashed_lock first. | ||
|
|
||
| faster-whisper==1.2.1 | ||
| ctranslate2==4.8.1 | ||
| ctranslate2==4.8.2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When the default sidecar test suite runs, Useful? React with 👍 / 👎. |
||
| scenedetect==0.7.1 | ||
| opencv-python==4.14.0.94 | ||
| httpx==0.28.1 | ||
| numpy==2.5.1 | ||
| numpy==2.5.2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For a user upgrading from a release whose completed installation predates Useful? React with 👍 / 👎. |
||
| av==17.1.0 | ||
| onnxruntime==1.28.0 | ||
| huggingface_hub==1.26.0 | ||
| onnxruntime==1.29.0 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For an existing packaged installation upgraded to this build, the requirements fingerprint correctly triggers a re-bootstrap, but Useful? React with 👍 / 👎. |
||
| huggingface_hub==1.29.0 | ||
| tokenizers==0.23.1 | ||
|
|
||
| # TTS (kokoro default engine — the onnx build, NEVER the torch pip package; A4) | ||
| # CONTRACT-NOTE: kokoro-onnx is not in the dev venv yet (T2 lane); 0.4.9 is the | ||
| # pinned choice per the T5 brief ("latest pinned by exact version you choose"). | ||
| kokoro-onnx==0.5.0 | ||
| kokoro-onnx==0.6.1 | ||
|
|
||
| # CUDA runtime wheels for ctranslate2/onnxruntime GPU paths (pins = dev venv) | ||
| nvidia-cublas-cu12==12.9.2.10 | ||
| nvidia-cudnn-cu12==9.24.0.43 | ||
| nvidia-cudnn-cu12==9.25.1.1 | ||
|
|
||
| # DELIBERATELY NOT HERE: mediapipe. The claudeshorts reframe engine's optional | ||
| # MediaPipe backend uses the LEGACY Solutions API (`mp.solutions.face_detection`), | ||
| # which only exists in mediapipe <=0.10.21 — and those wheels declare `numpy<2`, | ||
| # a hard conflict with the `numpy==2.5.1` above (required by ctranslate2 / av / | ||
| # a hard conflict with the `numpy==2.5.2` above (required by ctranslate2 / av / | ||
| # onnxruntime / kokoro-onnx). mediapipe >=0.10.31 (numpy-2 clean) REMOVED the | ||
| # Solutions API entirely, so pinning it would install a mediapipe whose | ||
| # `mp.solutions` is missing -> the backend crashes at job time -> a SILENT drop | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When users consult the GPU setup documentation—or the repository's SSOT verifier is run—this new 1.1.1 pin conflicts with the live
PINNED to 1.1.0explanation above,docs/ROADMAP.md, anddocs/WU-R1-MULTISPEAKER-ENGINE.md. Runningpython docs/validation/tools/verify_ssot_claims.pynow reports C1b as broken because the documented and literal pins differ, so the version-coupled prose and verifier expectation should be updated with the dependency.Useful? React with 👍 / 👎.