From 6c86722d52128177fa9e91a594d3ff9ee3e57583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:49:48 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 in /Adaptive Frequency Filters Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.1 to 2.2.0. - [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.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Adaptive Frequency Filters/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adaptive Frequency Filters/requirements.txt b/Adaptive Frequency Filters/requirements.txt index 3c4065f..eae971b 100644 --- a/Adaptive Frequency Filters/requirements.txt +++ b/Adaptive Frequency Filters/requirements.txt @@ -4,7 +4,7 @@ scikit-learn>=0.19.2 scikit-image # requirement for Pytorch, Torchvision, TorchText -torch==1.13.1 +torch==2.2.0 torchvision==0.15.2 torchtext==0.13.1 # torchtext version needs to be compatible with PyTorch version complexPyTorch==0.4