diff --git a/Cargo.toml b/Cargo.toml index 39c8697..32912f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ codecov = { repository = "petabi/petal-clustering", service = "github" } [dependencies] ndarray = "0.15" num-traits = "0.2" -petal-neighbors = "0.9.0" +petal-neighbors = "0.10.0" rayon = "1" serde = { version = "1", features = ["derive"] } succinct = "0.5"