Skip to content

Commit 3cbe7b3

Browse files
committed
chore: update ndarray-linalg
1 parent 7075e9d commit 3cbe7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ndarray = { version = "0.16.1", features = [
3535
"matrixmultiply-threading",
3636
"blas",
3737
] }
38-
ndarray-linalg = { git = "https://github.com/rust-ndarray/ndarray-linalg.git", features = [
38+
ndarray-linalg = { version = "0.17.0", features = [
3939
"openblas-static",
4040
] }
4141
ndarray-npy = "0.9.1"

0 commit comments

Comments
 (0)