From 72aec7a253a67f1aae11c5a2caa015bc61a84097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:01:00 +0000 Subject: [PATCH] build(deps): bump torch from 2.3.0 to 2.7.0 in /python/graphy Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.0 to 2.7.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.3.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/graphy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/graphy/requirements.txt b/python/graphy/requirements.txt index 0bbf7942..913ae22c 100644 --- a/python/graphy/requirements.txt +++ b/python/graphy/requirements.txt @@ -34,7 +34,7 @@ scikit-learn>=1.5.0 spacy==3.7.4 tiktoken>=0.8.0 tools>=0.1.9 -torch==2.3.0 +torch==2.7.0 transformers==4.41 webdriver-manager>=4.0 Werkzeug>=3.0.3