From 53503ebdfb6315beb36db7bdbde66007729c45df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:26:24 +0000 Subject: [PATCH] build(deps): bump torch from 0.4.0 to 1.13.1 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.0 to 1.13.1. - [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/v0.4.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 6f20b15..6878783 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -7,7 +7,7 @@ docopt pyyaml protobuf==3.5.2 grpcio==1.11.0 -torch==0.4.0 +torch==1.13.1 pandas scipy ipykernel