Bump torch from 1.6.0 to 1.13.1 (#572)

Bumps [torch](https://github.com/pytorch/pytorch) from 1.6.0 to 1.13.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.6.0...v1.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-12 11:15:03 +08:00 коммит произвёл GitHub
Родитель 3f9c124df1
Коммит dc1b016468
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -49,7 +49,7 @@ streamlit>=0.69.1
stringcase>=1.2.0
tabulate>=0.8.5
termgraph==0.5.3
torch==1.6.0
torch==1.13.1
torchsummary==1.5.1
tornado>=6.1
tqdm>=4.51.0

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

@ -147,7 +147,7 @@ setup(
"requests>=2.25.1",
"scipy>=1.7.0",
"tabulate>=0.8.5",
"torch>=1.6.0, <1.8.0",
"torch>=1.6.0, <1.14.0",
"tornado>=6.1",
]
+ specific_requires,