Skip to content

Commit

Permalink
Minor fixes to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvg committed Aug 27, 2024
1 parent b3fc821 commit ef3eb53
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/hidive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
cmake = "0.1"

0 comments on commit ef3eb53

Please sign in to comment.