From 99e7ffc5a4601faa76dbcb6ffe086becd8173e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:48:48 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.2.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.1.2...v2.2.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 b0d50068..93cba3e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" -torch = "2.1.2" +torch = "2.2.0" timm = "0.9.12" torchdiffeq = "0.2.3" pytest = "7.4.2"