Skip to content

Commit 6e1bf9d

Browse files
Update ndarray-stats requirement from 0.5 to 0.6
Updates the requirements on [ndarray-stats](https://github.com/rust-ndarray/ndarray-stats) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray-stats/releases) - [Commits](rust-ndarray/ndarray-stats@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: ndarray-stats dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f40477 commit 6e1bf9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serializable = ["serde", "rand_xoshiro/serde1"]
2323
[dependencies]
2424
linfa = { version = "0.7", default-features = false }
2525
ndarray = { version = "0.15", features = ["rayon", "approx"] }
26-
ndarray-stats = "0.5"
26+
ndarray-stats = "0.6"
2727
ndarray-rand = "0.14"
2828
rand_xoshiro = "0.6"
2929
num-traits = "0.2"

ego/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ linfa-linalg = { version = "0.1", default-features = false }
3030

3131
ndarray = { version = "0.15", features = ["rayon", "approx"] }
3232
ndarray-linalg = { version = "0.15", optional = true }
33-
ndarray-stats = "0.5"
33+
ndarray-stats = "0.6"
3434
ndarray-rand = "0.14"
3535
ndarray-npy = "0.8"
3636
rayon = "1"

gp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ linfa-linalg = { version = "0.1", default-features = false }
2626

2727
ndarray = { version = "0.15", features = ["rayon", "approx"] }
2828
ndarray-linalg = { version = "0.15", optional = true }
29-
ndarray-stats = "0.5"
29+
ndarray-stats = "0.6"
3030
ndarray_einsum_beta = "0.7"
3131
ndarray-rand = "0.14"
3232
ndarray-npy = "0.8"

moe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ linfa-linalg = { version = "0.1", default-features = false }
3939

4040
ndarray = { version = "0.15", features = ["rayon", "approx"] }
4141
ndarray-linalg = { version = "0.15", optional = true }
42-
ndarray-stats = "0.5"
42+
ndarray-stats = "0.6"
4343
ndarray-rand = "0.14"
4444
ndarray-npy = "0.8"
4545
rand_xoshiro = "0.6"

0 commit comments

Comments
 (0)