Skip to content

Commit

Permalink
refactor: Remove unnecessary features from pyo3 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Aug 8, 2024
1 parent 9181d6b commit 7927b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/deepbiop-fq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ numpy = { workspace = true }
ndarray = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
pyo3 = { workspace = true, features = ["anyhow"] }
pyo3 = { workspace = true }
derive_builder = { workspace = true }
itertools = { workspace = true }
lexical = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion py-deepbiop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deepbiop-fq = { workspace = true, features = ['python'] }
deepbiop-bam = { workspace = true, features = ['python'] }
deepbiop-utils = { workspace = true, features = ['python'] }

pyo3 = { workspace = true, features = ["multiple-pymethods"] }
pyo3 = { workspace = true }
log = { workspace = true }
ahash = { workspace = true }
rayon = { workspace = true }
Expand Down

0 comments on commit 7927b5f

Please sign in to comment.