We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bdc296 commit d0984b9Copy full SHA for d0984b9
Cargo.toml
@@ -25,11 +25,7 @@ thiserror = "2.0.3"
25
arrow = { version = "55.1.0", default-features = false, features = ["ffi"] }
26
rand_chacha = "0.9.0"
27
anyhow = "1.0.72"
28
-faer = { version = "0.22.6", default-features = false, features = [
29
- "std",
30
- "npy",
31
- "linalg",
32
-] }
+faer = { version = "0.22.6", default-features = false, features = ["linalg"] }
33
pulp = "0.21.4"
34
rayon = "1.10.0"
35
0 commit comments