diff --git a/tfrecord/Cargo.toml b/tfrecord/Cargo.toml index b9d9087..9ea6530 100644 --- a/tfrecord/Cargo.toml +++ b/tfrecord/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.188", features = ["derive"], optional = true } futures = { version = "0.3.28", optional = true } async-std = { version = "1.12.0", optional = true } image = { version = "0.24.7", optional = true } -tch = { version = "0.13.0", optional = true } +tch = { version = "0.15.0", optional = true } ndarray = { version = "0.15.6", optional = true } pin-project = { version = "1.1.3", optional = true } thiserror = "1.0.48"