From b7846c868bee29b79d61c3dfea86d0430b9bccae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:59:44 +0000 Subject: [PATCH] Update tch requirement from 0.16 to 0.17 --- 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 7c565f3..5e21079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = ["tch"] download-libtorch = ["tch/download-libtorch"] [dependencies] -tch = { version = "0.16", optional = true } +tch = { version = "0.17", optional = true } einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" } [package.metadata.docs.rs]