build: bump the python-deps group with 4 updates#3
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Updates the requirements on [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision), [torchaudio](https://github.com/pytorch/audio) and [whisperx](https://github.com/m-bain/whisperx) to permit the latest version. Updates `torch` to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.5.1...v2.12.1) Updates `torchvision` to 0.27.1 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.20.0...v0.27.1) Updates `torchaudio` to 2.11.0 - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](pytorch/audio@v2.5.1...v2.11.0) Updates `whisperx` to 3.8.6 - [Release notes](https://github.com/m-bain/whisperx/releases) - [Commits](m-bain/whisperX@v3.1.1...v3.8.6) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: torchvision dependency-version: 0.27.1 dependency-type: direct:development dependency-group: python-deps - dependency-name: torchaudio dependency-version: 2.11.0 dependency-type: direct:development dependency-group: python-deps - dependency-name: whisperx dependency-version: 3.8.6 dependency-type: direct:production dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.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.
Updates the requirements on torch, torchvision, torchaudio and whisperx to permit the latest version.
Updates
torchto 2.12.1Release notes
Sourced from torch's releases.
Changelog
Sourced from torch's changelog.
... (truncated)
Commits
7269437Update triton to 3.7.1 release (#186814)88f16c2[MPS] Fix fill_ on byte-dtype views with misaligned storage offset (#186821)ccf6e67[release-only] Update version to 2.12.1 (#186813)88a6dc7Revive CUDA 12.9 nightly binary builds (#186015)ded5505[CD] Drop CPython 3.13t from binary build matrix (#182951) (#186654)0d62256[release] Dockerfile: skip torchaudio install when CUDA_PATH=cu132 (#183346)7661cd9[MPS] Fix SDPA wrong output for permuted q/k/v with B > 1 (#181886)9da6087Fix stale PYTORCH_RELEASES_CODE_CC dict (fixes #182250) (#182369)e4c37ccAvoid raw stream name collisions in Inductor (#182178)822d047[MPS] Fix bool mask handling in 1-pass SDPA decode kernel (#182285) (#182311)Updates
torchvisionto 0.27.1Release notes
Sourced from torchvision's releases.
Commits
df56172[release-only] bump version to 0.27.178839c2[Release 0.27] Cherry-pick of 'Remove old pyav backend, rely on TC instead (#...883dcaf[Release 0.27] update test-infra refs and version (#9480)bb02424[Release 0.27] Remove prototype (#9479)8ad7115Fix windows builds with TheRock which doesn't accept "/Zc:preprocessor" TheRo...b9ee001Revert CV-CUDA (#9476)3ea6d90Fix warning message to show up on the LFW dataset webpages (#9474)601776dFix typo in anchor_utils.py documentation (#9472)e160dc8Improve LFW download error message with alternative manual download link (Kag...6214cb2Fix vision install for all files (#9465)Updates
torchaudioto 2.11.0Release notes
Sourced from torchaudio's releases.
Commits
34c52a6[Release 2.11] update test-infra refs and version (#4178)96200d4Retain init args as attributes in MelScale and InverseMelScale (#4126)e284e58Remove pinning against torch version (#4171)e123269Fix building on GCC 14.2 (#4163)d17635fUpdate version to 2.11 (#4167)cc9f515Fix CMUARCTIC text transcripts reader. (#4164)ad99271Fix unused-variable issues, mostly relating to AMD/HIP0764cfdUpgrade GitHub Actions for Node 24 compatibility (#4156)fbf1d75[Python STABLE ABI] Port pybind11 extension modules to torch stable libraries...744912eUpdate JIT checks for scripting and tracing (#4160)Updates
whisperxto 3.8.6Release notes
Sourced from whisperx's releases.
Commits
3ccc17bchore: bump whisperx to 3.8.65d8c276fix: correct syntax error in uv version specification4cbcd1achore(deps): update uv version to 0.11.6 in workflowsa75cd50chore(deps): update exclude-newer settingse6ad0caci: replace softprops/action-gh-release with gh CLI1e41377ci: align actions/checkout to v6.0.2 across all workflows59720caci: add zizmor workflow and harden existing workflows2b52366build(deps): bump nltk from 3.9.2 to 3.9.49ccb281fix: handle 'ignore' interpolation method in interpolate_nans (#1368)1c4b23efeat: add Indonesian language model to alignment (#1400)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions