From 7fb52d855a6bd41a4ee0cbbc0f642e59ff7c324f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 21:38:52 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.8.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/v2.0.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index daa6f78..fd46ce7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateu pytz @ file:///home/conda/feedstock_root/build_artifacts/pytz_1647961439546/work requests @ file:///home/conda/feedstock_root/build_artifacts/requests_1656534056640/work six @ file:///home/conda/feedstock_root/build_artifacts/six_1620240208055/work -torch==2.0.1 +torch==2.8.0 torchaudio==2.0.2 torchvision==0.15.2 tornado @ file:///home/conda/feedstock_root/build_artifacts/tornado_1656937829196/work