Skip to content

Commit a9358fd

Browse files
committed
Issue with ndarray 0.15 fixed (see #91) so relax version restriction
1 parent 3db6479 commit a9358fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

onnxruntime/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ required-features = ["model-fetching"]
2222
onnxruntime-sys = { version = "0.0.14", path = "../onnxruntime-sys" }
2323

2424
lazy_static = "1.4"
25-
# FIXME: ndarray >=0.15.2 breaks the build
26-
ndarray = ">=0.15.0,<0.15.2"
25+
ndarray = "0.15"
2726
thiserror = "1.0"
2827
tracing = "0.1"
2928

0 commit comments

Comments
 (0)