From d5cb206dff97ff5edf1592ee112925c7dc67a22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:24:02 +0000 Subject: [PATCH] Update ndarray requirement from 0.15 to 0.16 Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](https://github.com/rust-ndarray/ndarray/compare/ndarray-rand-0.15.0...0.16.0) --- updated-dependencies: - dependency-name: ndarray dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- doe/Cargo.toml | 2 +- ego/Cargo.toml | 2 +- gp/Cargo.toml | 2 +- moe/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 691a915f..259aa310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ egobox-ego = { version = "0.21.1", path = "./ego", features = ["persistent"] } linfa = { version = "0.7", default-features = false } -ndarray = { version = "0.15", features = ["rayon", "approx"] } +ndarray = { version = "0.16", features = ["rayon", "approx"] } ndarray-rand = "0.14" numpy = "0.21.0" anyhow = "1" diff --git a/doe/Cargo.toml b/doe/Cargo.toml index 304b2c7a..020aaa82 100644 --- a/doe/Cargo.toml +++ b/doe/Cargo.toml @@ -22,7 +22,7 @@ serializable = ["serde", "rand_xoshiro/serde1"] [dependencies] linfa = { version = "0.7", default-features = false } -ndarray = { version = "0.15", features = ["rayon", "approx"] } +ndarray = { version = "0.16", features = ["rayon", "approx"] } ndarray-stats = "0.5" ndarray-rand = "0.14" rand_xoshiro = "0.6" diff --git a/ego/Cargo.toml b/ego/Cargo.toml index c6c6b447..711b184e 100644 --- a/ego/Cargo.toml +++ b/ego/Cargo.toml @@ -28,7 +28,7 @@ linfa = { version = "0.7", default-features = false } linfa-pls = { version = "0.7", default-features = false } linfa-linalg = { version = "0.1", default-features = false } -ndarray = { version = "0.15", features = ["rayon", "approx"] } +ndarray = { version = "0.16", features = ["rayon", "approx"] } ndarray-linalg = { version = "0.15", optional = true } ndarray-stats = "0.5" ndarray-rand = "0.14" diff --git a/gp/Cargo.toml b/gp/Cargo.toml index 520e052a..90096c92 100644 --- a/gp/Cargo.toml +++ b/gp/Cargo.toml @@ -24,7 +24,7 @@ linfa = { version = "0.7", default-features = false } linfa-pls = { version = "0.7", default-features = false } linfa-linalg = { version = "0.1", default-features = false } -ndarray = { version = "0.15", features = ["rayon", "approx"] } +ndarray = { version = "0.16", features = ["rayon", "approx"] } ndarray-linalg = { version = "0.15", optional = true } ndarray-stats = "0.5" ndarray_einsum_beta = "0.7" diff --git a/moe/Cargo.toml b/moe/Cargo.toml index 087f1df1..2ecabfaf 100644 --- a/moe/Cargo.toml +++ b/moe/Cargo.toml @@ -37,7 +37,7 @@ linfa-clustering = { version = "0.7", default-features = false } linfa-pls = { version = "0.7", default-features = false } linfa-linalg = { version = "0.1", default-features = false } -ndarray = { version = "0.15", features = ["rayon", "approx"] } +ndarray = { version = "0.16", features = ["rayon", "approx"] } ndarray-linalg = { version = "0.15", optional = true } ndarray-stats = "0.5" ndarray-rand = "0.14"