From eecdb72fd6e2f9e0630b77f87da49458a64007ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 20:45:22 +0000 Subject: [PATCH] Bump torch from 1.1.0 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.1.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/v1.1.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- paper_code/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper_code/requirements.txt b/paper_code/requirements.txt index 98367d5..2b8a7ec 100644 --- a/paper_code/requirements.txt +++ b/paper_code/requirements.txt @@ -11,6 +11,6 @@ requests==2.22.0 s3transfer==0.2.1 six==1.12.0 tensorflow-probability==0.6.0 -torch==1.1.0 +torch==1.13.1 tqdm==4.32.2 urllib3==1.25.3 diff --git a/requirements.txt b/requirements.txt index b711ddd..22af001 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -torch==1.7.0 +torch==1.13.1 nltk==3.4.5 colorama==0.4.4 transformers==3.4.0