diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index 90165c19..39d2bc72 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -41,7 +41,6 @@ tracing-subscriber = { workspace = true } wav = { workspace = true } # Necessary to disambiguate with tokio in wasm examples which are 1.28.1 tokio = "1.29.1" -image.workspace = true [build-dependencies] anyhow = { workspace = true }