From 4717a7692c585609f10ee2e862662b93f296ed1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:24:41 +0000 Subject: [PATCH] Update ndarray-rand requirement from 0.14 to 0.15 Updates the requirements on [ndarray-rand](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.14.0...ndarray-rand-0.15.0) --- updated-dependencies: - dependency-name: ndarray-rand 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..8ee7b059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,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-rand = "0.14" +ndarray-rand = "0.15" numpy = "0.21.0" anyhow = "1" rayon = "1" diff --git a/doe/Cargo.toml b/doe/Cargo.toml index 304b2c7a..f2ae4c65 100644 --- a/doe/Cargo.toml +++ b/doe/Cargo.toml @@ -24,7 +24,7 @@ serializable = ["serde", "rand_xoshiro/serde1"] linfa = { version = "0.7", default-features = false } ndarray = { version = "0.15", features = ["rayon", "approx"] } ndarray-stats = "0.5" -ndarray-rand = "0.14" +ndarray-rand = "0.15" rand_xoshiro = "0.6" num-traits = "0.2" serde = { version = "1", optional = true } diff --git a/ego/Cargo.toml b/ego/Cargo.toml index c6c6b447..275f2c72 100644 --- a/ego/Cargo.toml +++ b/ego/Cargo.toml @@ -31,7 +31,7 @@ linfa-linalg = { version = "0.1", default-features = false } ndarray = { version = "0.15", features = ["rayon", "approx"] } ndarray-linalg = { version = "0.15", optional = true } ndarray-stats = "0.5" -ndarray-rand = "0.14" +ndarray-rand = "0.15" ndarray-npy = "0.8" rayon = "1" diff --git a/gp/Cargo.toml b/gp/Cargo.toml index 520e052a..3cb54ec9 100644 --- a/gp/Cargo.toml +++ b/gp/Cargo.toml @@ -28,7 +28,7 @@ ndarray = { version = "0.15", features = ["rayon", "approx"] } ndarray-linalg = { version = "0.15", optional = true } ndarray-stats = "0.5" ndarray_einsum_beta = "0.7" -ndarray-rand = "0.14" +ndarray-rand = "0.15" ndarray-npy = "0.8" nlopt = { version = "0.7.0", optional = true } cobyla = { version = "0.6" } diff --git a/moe/Cargo.toml b/moe/Cargo.toml index 087f1df1..327cfe5a 100644 --- a/moe/Cargo.toml +++ b/moe/Cargo.toml @@ -40,7 +40,7 @@ linfa-linalg = { version = "0.1", default-features = false } ndarray = { version = "0.15", features = ["rayon", "approx"] } ndarray-linalg = { version = "0.15", optional = true } ndarray-stats = "0.5" -ndarray-rand = "0.14" +ndarray-rand = "0.15" ndarray-npy = "0.8" rand_xoshiro = "0.6" paste = "1.0"