Skip to content

Commit

Permalink
Updated cargo toml documentation comments (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: Carter12s <[email protected]>
  • Loading branch information
Carter12s and Carter12s authored Sep 29, 2024
1 parent f4160cc commit de424b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ 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"
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

0 comments on commit de424b5

Please sign in to comment.