From d20e77501ca5612d68123d631d067c7d6561ae2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:36:47 +0000 Subject: [PATCH] Bump torch in /machine-learning/logistic-regression-in-pytorch Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.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.10.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../logistic-regression-in-pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/logistic-regression-in-pytorch/requirements.txt b/machine-learning/logistic-regression-in-pytorch/requirements.txt index 101e4ff0..868e7f09 100644 --- a/machine-learning/logistic-regression-in-pytorch/requirements.txt +++ b/machine-learning/logistic-regression-in-pytorch/requirements.txt @@ -2,4 +2,4 @@ matplotlib numpy pandas scikit_learn==1.0.2 -torch==1.10.1 \ No newline at end of file +torch==1.13.1 \ No newline at end of file