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:
Родитель
3f9c124df1
Коммит
dc1b016468
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче