Update torch requirement from <2.1.0 to <2.4.0 (#193)

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](0a9dbbbaad...v2.3.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-05-31 14:29:56 +02:00 коммит произвёл GitHub
родитель dd184904f6
Коммит 9202f51d9f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194

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

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