We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db6479 commit a9358fdCopy full SHA for a9358fd
onnxruntime/Cargo.toml
@@ -22,8 +22,7 @@ required-features = ["model-fetching"]
22
onnxruntime-sys = { version = "0.0.14", path = "../onnxruntime-sys" }
23
24
lazy_static = "1.4"
25
-# FIXME: ndarray >=0.15.2 breaks the build
26
-ndarray = ">=0.15.0,<0.15.2"
+ndarray = "0.15"
27
thiserror = "1.0"
28
tracing = "0.1"
29
0 commit comments