Skip to content

Commit

Permalink
⬆️ Update ndarray requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
Updates the requirements on [ndarray](https://github.com/rust-ndarray/ndarray) to permit the latest version.
- [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...0.16.1)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 68fdc0a commit ed60185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/ltp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ serialization = ["serde", "serde_json", "apache-avro"]
[dev-dependencies]
clap = { version = "4", features = ["derive"] }

ndarray = "0.15"
ndarray = "0.16"
ndarray-npy = { version = "0.8", features = ["npz"] }

0 comments on commit ed60185

Please sign in to comment.