Skip to content

Commit 884d857

Browse files
authored
Merge pull request #16 from madkoding/dependabot/cargo/ndarray-0.17
Update ndarray requirement from 0.16 to 0.17
2 parents 85011e0 + 591928a commit 884d857

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 = "5.12", default-features = false, features = ["online"], optional = true }
33-
ndarray = "0.16"
33+
ndarray = "0.17"
3434

3535
# Graph Algorithms
3636
petgraph = "0.8"

0 commit comments

Comments
 (0)