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 96a8cdd commit 22c2577Copy full SHA for 22c2577
Cargo.toml
@@ -35,7 +35,9 @@ ndarray = { version = "0.16.1", features = [
35
"matrixmultiply-threading",
36
"blas",
37
] }
38
-ndarray-linalg = { version = "0.16.0", features = ["openblas-static"] }
+ndarray-linalg = { git = "https://github.com/rust-ndarray/ndarray-linalg.git", features = [
39
+ "openblas-static",
40
+] }
41
ndarray-npy = "0.9.1"
42
ndarray-rand = "0.15.0"
43
ndarray-stats = "0.6.0"
0 commit comments