Skip to content

Commit 2480467

Browse files
committed
chore: remove openblas static
1 parent 42384c8 commit 2480467

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
@@ -36,7 +36,7 @@ ndarray = { version = "0.16.1", features = [
3636
"matrixmultiply-threading",
3737
"blas",
3838
] }
39-
ndarray-linalg = { version = "0.17.0", features = ["openblas-static"] }
39+
ndarray-linalg = { version = "0.17.0" }
4040
ndarray-npy = "0.9.1"
4141
ndarray-rand = "0.15.0"
4242
ndarray-stats = "0.6.0"

0 commit comments

Comments
 (0)