From e91a416c5bd437ec0cd78c13277d33826f0b478b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:02:01 +0000 Subject: [PATCH] Update tch requirement from 0.20 to 0.22 --- updated-dependencies: - dependency-name: tch dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3103ddc..f7554c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["tch"] download-libtorch = ["tch/download-libtorch"] [dependencies] -tch = { version = "0.20", optional = true } +tch = { version = "0.22", optional = true } einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" } [package.metadata.docs.rs]