From a6af27a97d9a8cb4b062f362f36b7c24f0eb10ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 14:22:14 +0000 Subject: [PATCH] Bump torch from 2.8.0 to 2.9.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.8.0 to 2.9.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.8.0...v2.9.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c36b24..511e861 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pandas==2.3.3 pyarrow==21.0.0 Requests==2.32.5 scipy==1.16.2 -torch==2.8.0 +torch==2.9.0 transformers==4.56.2 yfinance==0.2.66 pytest==8.4.2