From 9ca1bf59ba70015cdc9630f7216bf153022d2f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 17:50:11 +0000 Subject: [PATCH] Bump torch from 1.10.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.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.10.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60b67c3..25066b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy==1.22.0 docopt==0.6.2 pandas==1.3.4 scikit-learn==1.0 -torch==1.10.0 +torch==1.13.1 PyYAML==6.0 seaborn==0.11.2 matplotlib==3.5.0