diff --git a/crates/burn-import/Cargo.toml b/crates/burn-import/Cargo.toml index acfefeb2f..652d75140 100644 --- a/crates/burn-import/Cargo.toml +++ b/crates/burn-import/Cargo.toml @@ -20,7 +20,7 @@ pytorch = ["burn/record-item-custom-serde", "thiserror", "zip"] [dependencies] burn = { path = "../burn", version = "0.14.0", features = ["ndarray"] } -onnx-ir = { path = "../onnx-ir" } +onnx-ir = { path = "../onnx-ir", version = "0.14.0" } candle-core = { workspace = true } derive-new = { workspace = true } half = { workspace = true }