Skip to content

Commit a5d5738

Browse files
committed
Upgrade 'ndarray' to 0.15 (from 0.13)
1 parent 9555285 commit a5d5738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ required-features = ["model-fetching"]
2222
onnxruntime-sys = { version = "0.0.11", path = "../onnxruntime-sys" }
2323

2424
lazy_static = "1.4"
25-
ndarray = "0.13"
25+
ndarray = "0.15"
2626
thiserror = "1.0"
2727
tracing = "0.1"
2828

0 commit comments

Comments
 (0)