From 9a9463b305ad68009522cd685d6fc48752bdee29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 00:18:38 +0000 Subject: [PATCH] Update tch requirement from 0.23 to 0.24 Updates the requirements on [tch](https://github.com/LaurentMazare/tch-rs) to permit the latest version. - [Release notes](https://github.com/LaurentMazare/tch-rs/releases) - [Changelog](https://github.com/LaurentMazare/tch-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LaurentMazare/tch-rs/commits) --- updated-dependencies: - dependency-name: tch dependency-version: 0.24.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 c6aa396..d223d09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["tch"] download-libtorch = ["tch/download-libtorch"] [dependencies] -tch = { version = "0.23", optional = true } +tch = { version = "0.24", optional = true } einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" } [package.metadata.docs.rs]