Skip to content

Commit

Permalink
Removes extra, now-unecessary blis feature
Browse files Browse the repository at this point in the history
  • Loading branch information
akern40 committed Nov 30, 2024
1 parent e1db4d5 commit 7d0f4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/numeric-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ approx = { workspace = true }
rand = { workspace = true }
rand_distr = { workspace = true }

blas-src = { optional = true, version = "0.10", default-features = false, features = ["blis", "openblas"] }
blas-src = { optional = true, version = "0.10", default-features = false, features = ["openblas"] }
openblas-src = { optional = true, version = "0.10", default-features = false, features = ["cblas", "system"] }

[dev-dependencies]
Expand Down

0 comments on commit 7d0f4bc

Please sign in to comment.