Skip to content

Commit 22c2577

Browse files
committed
chore: update ndarray-lingalg
1 parent 96a8cdd commit 22c2577

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ ndarray = { version = "0.16.1", features = [
3535
"matrixmultiply-threading",
3636
"blas",
3737
] }
38-
ndarray-linalg = { version = "0.16.0", features = ["openblas-static"] }
38+
ndarray-linalg = { git = "https://github.com/rust-ndarray/ndarray-linalg.git", features = [
39+
"openblas-static",
40+
] }
3941
ndarray-npy = "0.9.1"
4042
ndarray-rand = "0.15.0"
4143
ndarray-stats = "0.6.0"

0 commit comments

Comments
 (0)