From 089e9bc088a6a8dc46acced80773b889dcd3c7ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:58:22 +0000 Subject: [PATCH] Bump torch from 1.4 to 2.2.0 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 1.4 to 2.2.0. - [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/v1.4.0...v2.2.0) --- 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 c15d8e7..c304006 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -8,7 +8,7 @@ docopt pyyaml protobuf grpcio -torch==1.4 +torch==2.2.0 pandas scipy ipykernel