From 5123ee141971ba3a9cb279165c370c0911ba3e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 03:35:32 +0000 Subject: [PATCH] Bump torch from 1.3.1 to 1.13.1 in /logparser/NuLog 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] --- logparser/NuLog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logparser/NuLog/requirements.txt b/logparser/NuLog/requirements.txt index 496f9d5..0483393 100644 --- a/logparser/NuLog/requirements.txt +++ b/logparser/NuLog/requirements.txt @@ -5,6 +5,6 @@ numpy scipy keras_preprocessing==1.1.2 torchvision==0.4.2 -torch==1.3.1 +torch==1.13.1 scikit_learn tqdm \ No newline at end of file