Skip to content

Commit fc29b46

Browse files
committed
update requirements
1 parent b8749cc commit fc29b46

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ ndarray-npy = { version = "0.9", optional = true }
2222

2323
# BLAS backends (optional)
2424
blas-src = { version = "0.10", optional = true }
25-
openblas-src = { version = "0.10", features = ["cblas", "system"], optional = true }
25+
openblas-src = { version = "0.10", features = [
26+
"cblas",
27+
"system",
28+
], optional = true }
2629
accelerate-src = { version = "0.3", optional = true }
2730

2831
[dev-dependencies]

0 commit comments

Comments
 (0)