Skip to content

Commit c85d510

Browse files
Update ndarray requirement from 0.16 to 0.17
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.16.0...0.17.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d45753 commit c85d510

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = "1.0"
3030

3131
# Embeddings & Vector Search
3232
fastembed = { version = "3.11", default-features = false, features = ["online"], optional = true }
33-
ndarray = "0.16"
33+
ndarray = "0.17"
3434

3535
# Graph Algorithms
3636
petgraph = "0.6"

0 commit comments

Comments
 (0)