From f553b4cd916d2c831ce3332a8e61ad8088d36b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:02:54 +0000 Subject: [PATCH] Bump torch from 1.8.1 to 1.13.1 in /docker Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.1 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.8.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 38c8558..a728d0a 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -3,5 +3,5 @@ numpy==1.22.0 tensorflow==2.9.3 stable-baselines3 ray==1.2.0 -torch==1.8.1 +torch==1.13.1 wandb \ No newline at end of file