From 15b436735255c6861cb01d000289e9bfe6b55055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jul 2023 06:40:26 +0000 Subject: [PATCH] Bump torch in /Bayesian Deep Learning/blitz-bayesian Bumps [torch](https://github.com/pytorch/pytorch) from 1.3.1 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.3.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Bayesian Deep Learning/blitz-bayesian/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bayesian Deep Learning/blitz-bayesian/requirements.txt b/Bayesian Deep Learning/blitz-bayesian/requirements.txt index 444df0c..a64491d 100644 --- a/Bayesian Deep Learning/blitz-bayesian/requirements.txt +++ b/Bayesian Deep Learning/blitz-bayesian/requirements.txt @@ -1,4 +1,4 @@ -torch==1.3.1 +torch==1.13.1 torchvision==0.4.2 numpy==1.18.1 scikit-learn==0.22.2