From ef3eb53bbfa09bae37d0ade8d290e8562ed731ae Mon Sep 17 00:00:00 2001 From: Kiran Garimella Date: Tue, 27 Aug 2024 17:34:51 -0400 Subject: [PATCH] Minor fixes to Cargo.toml --- src/hidive/Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/hidive/Cargo.toml b/src/hidive/Cargo.toml index 2e3ff3c3..dda5ea8a 100644 --- a/src/hidive/Cargo.toml +++ b/src/hidive/Cargo.toml @@ -39,13 +39,9 @@ rust-htslib = { version = "0.47.0", features = ["gcs", "serde_feature"] } rust-wfa2 = {git = "https://github.com/pairwise-alignment/rust-wfa2.git"} serde = "1.0.204" serde_json = "1.0.120" +spoa = {git = "https://github.com/nlhepler/spoa-rs.git"} skydive = { path = "../skydive" } tempfile = "3.6.1" url = "2.5.2" #xgboost = "0.1.4" -ndarray = "0.15" -linfa = "0.5" -cmake = "0.1" -spoa = {git = "https://github.com/nlhepler/spoa-rs.git"} -rust-wfa2 = {git = "https://github.com/pairwise-alignment/rust-wfa2.git"} -grb = "2.0.1" \ No newline at end of file +cmake = "0.1" \ No newline at end of file