Skip to content

Commit 95a8e76

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 dc70dfd commit 95a8e76

File tree

4 files changed

+138
-30
lines changed

4 files changed

+138
-30
lines changed

Cargo.lock

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

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"

0 commit comments

Comments
 (0)