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 cbf153c commit 805f6efCopy full SHA for 805f6ef
onnxruntime/Cargo.toml
@@ -22,7 +22,8 @@ required-features = ["model-fetching"]
22
onnxruntime-sys = { version = "0.0.13", path = "../onnxruntime-sys" }
23
24
lazy_static = "1.4"
25
-ndarray = "0.15"
+# FIXME: ndarray >=0.15.2 breaks the build
26
+ndarray = ">=0.15.0,<0.15.2"
27
thiserror = "1.0"
28
tracing = "0.1"
29
0 commit comments