From 9aa55a52836f8ef5a0bb36f8eef36ca537160082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:26:37 +0000 Subject: [PATCH] chore(deps): update tch requirement from 0.15.0 to 0.16.0 --- 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 d6b9b92..3bad452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ ndarray = { version = "0.15.4", features = ["serde"] } ndarray-rand = "0.14.0" itertools = "0.11.0" rand = "0.8.5" -tch = { version = "0.15.0", optional = true, features = ["download-libtorch"] } +tch = { version = "0.16.0", optional = true, features = ["download-libtorch"] } rayon = { version = "1.7.0", optional = true } once_cell = { version = "1.17.1", optional = true }