From 1d30e5d67f4dcd3d0844fa7fd8c80f3d81ad60c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:07:20 +0000 Subject: [PATCH] Bump torch from 1.10.0 to 1.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.0 to 1.13.0. - [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.10.0...v1.13.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/requirements-examples.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/requirements-examples.txt b/examples/requirements-examples.txt index 48c8f2dc..e7cacd6a 100644 --- a/examples/requirements-examples.txt +++ b/examples/requirements-examples.txt @@ -1,4 +1,4 @@ -torch==1.10.0 +torch==1.13.0 hyperopt==0.2.5 torchvision==0.11.1 matplotlib==3.4.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index 91626b17..dd9832e8 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,6 +14,6 @@ pytest==6.2.5 pytorch_ranger==0.1.1 sphinx-autodoc-typehints==1.12.0 sphinx==4.2.0 -torch==1.10.0 +torch==1.13.0 twine==3.4.2 wheel==0.37.0