Skip to content

Commit 2c3d2d3

Browse files
Update ndarray-npy requirement from 0.8 to 0.9
Updates the requirements on [ndarray-npy](https://github.com/jturner314/ndarray-npy) to permit the latest version. - [Changelog](https://github.com/jturner314/ndarray-npy/blob/master/RELEASES.md) - [Commits](jturner314/ndarray-npy@0.8.0...0.9.1) --- updated-dependencies: - dependency-name: ndarray-npy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27fc495 commit 2c3d2d3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ego/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ndarray = { version = "0.15", features = ["rayon", "approx"] }
3232
ndarray-linalg = { version = "0.15", optional = true }
3333
ndarray-stats = "0.5"
3434
ndarray-rand = "0.14"
35-
ndarray-npy = "0.8"
35+
ndarray-npy = "0.9"
3636
rayon = "1"
3737

3838
cobyla = { version = "0.6" }

gp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ndarray-linalg = { version = "0.15", optional = true }
2929
ndarray-stats = "0.5"
3030
ndarray_einsum_beta = "0.7"
3131
ndarray-rand = "0.14"
32-
ndarray-npy = "0.8"
32+
ndarray-npy = "0.9"
3333
nlopt = { version = "0.7.0", optional = true }
3434
cobyla = { version = "0.6" }
3535
rand_xoshiro = "0.6"

moe/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ndarray = { version = "0.15", features = ["rayon", "approx"] }
4141
ndarray-linalg = { version = "0.15", optional = true }
4242
ndarray-stats = "0.5"
4343
ndarray-rand = "0.14"
44-
ndarray-npy = "0.8"
44+
ndarray-npy = "0.9"
4545
rand_xoshiro = "0.6"
4646
paste = "1.0"
4747
bitflags = { version = "2.4.1", features = ["serde"] }
@@ -56,7 +56,7 @@ typetag = { version = "0.2", optional = true }
5656
[dev-dependencies]
5757
criterion = "0.5"
5858
approx = "0.4"
59-
ndarray-npy = "0.8"
59+
ndarray-npy = "0.9"
6060
ndarray-csv = "0.5"
6161
csv = "1.1"
6262
argmin_testfunctions = "0.2"

0 commit comments

Comments
 (0)