Skip to content

Commit 77d7ae7

Browse files
Bump ndarray from 0.16.1 to 0.17.1 (#375)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a75fec1 commit 77d7ae7

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

Cargo.lock

Lines changed: 17 additions & 2 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 @@ features = ["std", "train", "ndarray", "sqlite-bundled", "metrics"]
3232
[dependencies]
3333
itertools = "0.14.0"
3434
log = "0.4"
35-
ndarray = "0.16.1"
35+
ndarray = "0.17.1"
3636
priority-queue = "=2.7.0"
3737
rand = "0.9.2"
3838
rayon = "1.11.0"

0 commit comments

Comments
 (0)