From 7e47a2f1175363a4e6f65f3e2708e3918d0d19e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:50:59 +0000 Subject: [PATCH] Update tch requirement from 0.14 to 0.15 --- updated-dependencies: - dependency-name: tch 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 fd96e84..bb02c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["tch"] download-libtorch = ["tch/download-libtorch"] [dependencies] -tch = { version = "0.14", optional = true } +tch = { version = "0.15", optional = true } einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" } [package.metadata.docs.rs]