From 68e4b4afa2dba6d780f1999fe289119cdc1db01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 18:47:56 +0000 Subject: [PATCH] Bump torch from 1.4 to 1.13.1 in /metaflow Bumps [torch](https://github.com/pytorch/pytorch) from 1.4 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.4.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metaflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metaflow/requirements.txt b/metaflow/requirements.txt index caef071c..0d06b8a6 100644 --- a/metaflow/requirements.txt +++ b/metaflow/requirements.txt @@ -1,7 +1,7 @@ jupyter determined metaflow -torch==1.4 +torch==1.13.1 sentencepiece==0.1.91 transformers==3.1.0 git+git://github.com/LiyuanLucasLiu/RAdam.git@baf4f65445c00d686d4098841b3ca1f62a886326#egg=radam