Skip to content

Commit 9f1b35d

Browse files
committed
blas-tests: Fix to use blas feature
Lost in the recent workspace refactor.
1 parent 005be01 commit 9f1b35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/blas-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ doc = false
1111
doctest = false
1212

1313
[dependencies]
14-
ndarray = { workspace = true, features = ["approx"] }
14+
ndarray = { workspace = true, features = ["approx", "blas"] }
1515

1616
blas-src = { version = "0.10", optional = true }
1717
openblas-src = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)