diff --git a/Cargo.toml b/Cargo.toml index 775811d..0ba6892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rayon = ["dep:rayon", "dep:once_cell"] [dependencies] ndarray = { version = "0.15.4", features = ["serde"] } -ndarray-rand = "0.14.0" +ndarray-rand = "0.15.0" itertools = "0.13.0" rand = "0.8.5" tch = { version = "0.16.0", optional = true, features = ["download-libtorch"] }