From de424b53dc9de87041855fb8436b246539ecef68 Mon Sep 17 00:00:00 2001 From: Carter Date: Sun, 29 Sep 2024 15:22:51 -0600 Subject: [PATCH] Updated cargo toml documentation comments (#65) Co-authored-by: Carter12s --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71b0905..55ff2aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,6 +29,9 @@ noisy_float = { version = "0.2", default-features = false } num-traits = { version = "0.2", default-features = false } [dev-dependencies] +# Note: building with `cargo test` requires a linalg backend specified +# CI uses `cargo test --features=intel-mkl` +# See ndarray-linagl's README for more information ndarray = { version = "0.15", features = ["approx"] } ndarray-rand = "0.14.0" rand = "0.8" @@ -36,5 +39,3 @@ assert_approx_eq = "1.1.0" approx = "0.4" noisy_float = "0.2" png = "0.17" -# it is a dependency of intel-mkl-tool, we pin it to temporary solve -# https://github.com/rust-math/intel-mkl-src/issues/68