From d25c7c2cc0656da4ced3981085baa860c79c6356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 04:54:17 +0000 Subject: [PATCH] Bump torch from 2.3.1 to 2.4.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.1 to 2.4.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.1...v2.4.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3ed653a..1455be4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "biomedicus_client>=3.4.2", # We get mtap, tqdm, and importlib_resources transitively from the client "numpy==2.0.0", "regex==2024.5.15", - "torch==2.3.1", + "torch==2.4.0", "requests==2.32.3", "watchdog==4.0.1", ]