Skip to content

Commit 3d12858

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

File tree

2 files changed

+39
-20
lines changed

2 files changed

+39
-20
lines changed

Cargo.lock

Lines changed: 38 additions & 19 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
@@ -31,7 +31,7 @@ tag-name = "{{version}}"
3131
linfa = { version = "0.8", default-features = false }
3232
linfa-linalg = { version = "0.2", default-features = false }
3333

34-
ndarray = { version = "0.16", features = ["rayon", "approx"] }
34+
ndarray = { version = "0.17", features = ["rayon", "approx"] }
3535
ndarray-rand = "0.15"
3636
ndarray-stats = "0.6"
3737
ndarray-npy = "0.9"

0 commit comments

Comments
 (0)