We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
xd009642
Learn more about funding links in repositories.
Report abuse
1 parent f4160cc commit de424b5Copy full SHA for de424b5
Cargo.toml
@@ -29,12 +29,13 @@ noisy_float = { version = "0.2", default-features = false }
29
num-traits = { version = "0.2", default-features = false }
30
31
[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
35
ndarray = { version = "0.15", features = ["approx"] }
36
ndarray-rand = "0.14.0"
37
rand = "0.8"
38
assert_approx_eq = "1.1.0"
39
approx = "0.4"
40
noisy_float = "0.2"
41
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 commit comments