Skip to content

Commit 2f190ad

Browse files
Bump ndarray from 0.15.6 to 0.16.1
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.15.6 to 0.16.1. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.15.6...0.16.1) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52e7253 commit 2f190ad

File tree

6 files changed

+68
-31
lines changed

6 files changed

+68
-31
lines changed

Cargo.lock

+63-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ egobox-ego = { version = "0.24.0", path = "./ego", features = ["persistent"] }
3838

3939
linfa = { version = "0.7", default-features = false }
4040

41-
ndarray = { version = "0.15", features = ["rayon", "approx"] }
41+
ndarray = { version = "0.16", features = ["rayon", "approx"] }
4242
ndarray-rand = "0.14"
4343
anyhow = "1"
4444
rayon = "1"

doe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serializable = ["serde", "rand_xoshiro/serde1"]
2222

2323
[dependencies]
2424
linfa = { version = "0.7", default-features = false }
25-
ndarray = { version = "0.15", features = ["rayon", "approx"] }
25+
ndarray = { version = "0.16", features = ["rayon", "approx"] }
2626
ndarray-stats = "0.5"
2727
ndarray-rand = "0.14"
2828
rand_xoshiro = "0.6"

ego/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ linfa = { version = "0.7", default-features = false }
2828
linfa-pls = { version = "0.7", default-features = false }
2929
linfa-linalg = { version = "0.1", default-features = false }
3030

31-
ndarray = { version = "0.15", features = ["rayon", "approx"] }
31+
ndarray = { version = "0.16", features = ["rayon", "approx"] }
3232
ndarray-linalg = { version = "0.15", optional = true }
3333
ndarray-stats = "0.5"
3434
ndarray-rand = "0.14"

gp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ linfa = { version = "0.7", default-features = false }
2424
linfa-pls = { version = "0.7", default-features = false }
2525
linfa-linalg = { version = "0.1", default-features = false }
2626

27-
ndarray = { version = "0.15", features = ["rayon", "approx"] }
27+
ndarray = { version = "0.16", features = ["rayon", "approx"] }
2828
ndarray-linalg = { version = "0.15", optional = true }
2929
ndarray-stats = "0.5"
3030
ndarray_einsum_beta = "0.7"

moe/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ linfa-clustering = { version = "0.7", default-features = false }
3737
linfa-pls = { version = "0.7", default-features = false }
3838
linfa-linalg = { version = "0.1", default-features = false }
3939

40-
ndarray = { version = "0.15", features = ["rayon", "approx"] }
40+
ndarray = { version = "0.16", features = ["rayon", "approx"] }
4141
ndarray-linalg = { version = "0.15", optional = true }
4242
ndarray-stats = "0.5"
4343
ndarray-rand = "0.14"

0 commit comments

Comments
 (0)