Bump torch from 1.4.0 to 2.2.0

Bumps [torch](https://github.com/pytorch/pytorch) from 1.4.0 to 2.2.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.4.0...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/2/head
dependabot[bot] 2024-07-25 11:01:07 +00:00 committed by GitHub
parent e8f58a5043
commit 9e34cf31a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
requirements = [ requirements = [
"ruamel.yaml", "ruamel.yaml",
"torch==1.4.0", "torch==2.2.0",
"torchvision==0.5.0", "torchvision==0.5.0",
"nemo_toolkit[asr] @ git+https://github.com/NVIDIA/NeMo.git@09e3ba4dfe333f86d6c5c1048e07210924294be9#egg=nemo_toolkit", "nemo_toolkit[asr] @ git+https://github.com/NVIDIA/NeMo.git@09e3ba4dfe333f86d6c5c1048e07210924294be9#egg=nemo_toolkit",
] ]