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 436da10 commit 6a2e104Copy full SHA for 6a2e104
Cargo.toml
@@ -16,7 +16,7 @@ categories = ["science"]
16
default = ["datasets"]
17
ndarray-bindings = ["ndarray"]
18
nalgebra-bindings = ["nalgebra"]
19
-datasets = []
+datasets = ["rand_distr"]
20
fp_bench = ["itertools"]
21
22
[dependencies]
@@ -25,7 +25,7 @@ nalgebra = { version = "0.31", optional = true }
25
num-traits = "0.2"
26
num = "0.4"
27
rand = "0.8"
28
-rand_distr = "0.4"
+rand_distr = { version = "0.4", optional = true }
29
serde = { version = "1", features = ["derive"], optional = true }
30
itertools = { version = "0.10.3", optional = true }
31
0 commit comments