From 723021e3d278be97758c8ec10cde7dd7ec73853b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:29:57 +0000 Subject: [PATCH] Update tch requirement from 0.17 to 0.18 --- 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 1cd5a2a..c1e19e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ tokio = { version = "^1.36", features = ["rt-multi-thread"] } datafusion = { version = "42.0" } thiserror = { version = "1.0" } log = { version = "0.4" } -tch = { version = "0.17", features = ["download-libtorch"] } +tch = { version = "0.18", features = ["download-libtorch"] } async-trait = { version = "0.1" } parking_lot = { version = "0.12" }