build(deps): update torch requirement

Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.

Updates `torch` to 2.7.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.11.0...v2.7.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.7.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-30 20:59:58 +00:00
committed by GitHub
parent 9069766536
commit ace5477e0b

View File

@@ -7,7 +7,7 @@ numpy>=1.21.6, <1.26.4
pysrt==1.1.2
six==1.16.0
tiktoken==0.4.0
torch>=1.11.0, <2.3.0
torch>=1.11.0, <2.8.0
triton==3.1.0
zhconv==1.4.3
Pillow>=5.2.0