Skip to content

Commit

Permalink
added col jaccard
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractqqq committed Nov 10, 2023
1 parent f26d41e commit f75f5f4
Show file tree
Hide file tree
Showing 6 changed files with 232 additions and 116 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ polars = {version = "0.34", features = ["performant", "chunked_ids", "lazy", "dt
num = "0.4.1"
faer = {version = "0.14.1", features = ["ndarray", "nightly"]}
ndarray = "0.15.6"
hashbrown = "0.14.2"
hashbrown = {version = "0.14.2", features=["nightly"]}
rustfft = "6.1.0"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
Loading

0 comments on commit f75f5f4

Please sign in to comment.