From c876fa3bb6ab6e6d8b15b98c350e8ec5e0c04be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:47:39 -0500 Subject: [PATCH] Bump torch from 2.2.1 to 2.2.2 (#322) Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1 to 2.2.2. - [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.2.1...v2.2.2) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89946b3f..7c70b92f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "biomedicus_client>=3.4.1", # We get mtap, tqdm, and importlib_resources transitively from the client "numpy==1.26.4", "regex==2023.12.25", - "torch==2.2.1", + "torch==2.2.2", "requests==2.31.0", "watchdog==4.0.0", ]