From d16d5c9115631deec6e231004ac37e9f39481e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:43:09 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.6.0 in /python Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.6.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.5.1...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 08a55586749f..df9f6b58d67f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -66,7 +66,7 @@ google = [ hugging_face = [ "transformers[torch] ~= 4.28", "sentence-transformers >= 2.2,< 4.0", - "torch == 2.5.1" + "torch == 2.6.0" ] mongo = [ "pymongo >= 4.8.0, < 4.11",