Skip to content

Commit 1c00aa6

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

File tree

2 files changed

+65
-29
lines changed

2 files changed

+65
-29
lines changed

Cargo.lock

Lines changed: 64 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ linfa = { version = "0.8", default-features = false }
3232
linfa-linalg = { version = "0.2", default-features = false }
3333

3434
ndarray = { version = "0.16", features = ["rayon", "approx"] }
35-
ndarray-rand = "0.15"
35+
ndarray-rand = "0.16"
3636
ndarray-stats = "0.6"
3737
ndarray-npy = "0.9"
3838
statrs = "0.18"

0 commit comments

Comments
 (0)