Skip to content

Commit de424b5

Browse files
Carter12sCarter12s
and
Carter12s
authoredSep 29, 2024··
Updated cargo toml documentation comments (#65)
Co-authored-by: Carter12s <[email protected]>
1 parent f4160cc commit de424b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ noisy_float = { version = "0.2", default-features = false }
2929
num-traits = { version = "0.2", default-features = false }
3030

3131
[dev-dependencies]
32+
# Note: building with `cargo test` requires a linalg backend specified
33+
# CI uses `cargo test --features=intel-mkl`
34+
# See ndarray-linagl's README for more information
3235
ndarray = { version = "0.15", features = ["approx"] }
3336
ndarray-rand = "0.14.0"
3437
rand = "0.8"
3538
assert_approx_eq = "1.1.0"
3639
approx = "0.4"
3740
noisy_float = "0.2"
3841
png = "0.17"
39-
# it is a dependency of intel-mkl-tool, we pin it to temporary solve
40-
# https://github.com/rust-math/intel-mkl-src/issues/68

0 commit comments

Comments
 (0)
Please sign in to comment.