Update torch requirement from <2.4.0 to <2.6.0 (#220)

Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [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/v0.1.1...v2.5.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Этот коммит содержится в:
dependabot[bot] 2024-10-29 14:02:32 +01:00 коммит произвёл GitHub
родитель a85481a03b
Коммит 725d3858f7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194

Просмотреть файл

@ -47,7 +47,7 @@ dependencies = [
"setuptools",
"spacy<=3.7.5",
"tensorflow>=2.13.0",
"torch<2.4.0",
"torch<2.6.0",
"transformers",
"google-cloud-vision",
"dash_bootstrap_components",